Searched refs:out_len (Results 1 - 9 of 9) sorted by relevance
/httpd/modules/lua/ |
H A D | lua_passwd.h | 72 apr_size_t out_len; member in struct:passwd_ctx
|
H A D | lua_passwd.c | 110 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 D | lua_request.c | 963 ctx.out_len = MAX_PASSWD_LEN;
|
/httpd/support/ |
H A D | passwd_common.h | 79 apr_size_t out_len; member in struct:passwd_ctx
|
H A D | passwd_common.c | 171 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 D | htpasswd.c | 79 ctx->out_len = sizeof(hash_str);
|
H A D | htdbm.c | 253 htdbm->ctx.out_len = sizeof(cpw);
|
/httpd/server/ |
H A D | apreq_util.c | 1010 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 D | mod_charset_lite.c | 436 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