Searched refs:out_len (Results 1 - 9 of 9) sorted by relevance

/httpd/modules/lua/
H A Dlua_passwd.h72 apr_size_t out_len; member in struct:passwd_ctx
H A Dlua_passwd.c110 rv = apr_md5_encode(pw, salt, ctx->out, ctx->out_len);
131 apr_cpystrn(ctx->out, cbuf, ctx->out_len - 1);
158 ctx->out, ctx->out_len);
H A Dlua_request.c963 ctx.out_len = MAX_PASSWD_LEN;
/httpd/support/
H A Dpasswd_common.h79 apr_size_t out_len; member in struct:passwd_ctx
H A Dpasswd_common.c171 ctx->out_len - 1);
210 rv = apr_md5_encode(pw, salt, ctx->out, ctx->out_len);
220 apr_cpystrn(ctx->out, pw, ctx->out_len);
236 apr_cpystrn(ctx->out, cbuf, ctx->out_len - 1);
262 ctx->out, ctx->out_len);
H A Dhtpasswd.c79 ctx->out_len = sizeof(hash_str);
H A Dhtdbm.c253 htdbm->ctx.out_len = sizeof(cpw);
/httpd/server/
H A Dapreq_util.c1010 apr_off_t in_len, out_len; local
1018 s = apr_brigade_length(out, 0, &out_len);
1022 /* This cast, when out_len = -1, is intentional */
1023 if ((apr_uint64_t)out_len < heap_limit) {
1030 if ((apr_uint64_t)in_len < heap_limit - (apr_uint64_t)out_len) {
/httpd/modules/filters/
H A Dmod_charset_lite.c436 apr_size_t *out_len)
457 out_len);
430 finish_partial_char(charset_filter_ctx_t *ctx, const char **cur_str, apr_size_t *cur_len, char **out_str, apr_size_t *out_len) argument

Completed in 4053 milliseconds