Searched refs:APREQ_DEFAULT_NELTS (Results 1 - 11 of 11) sorted by relevance
/httpd/include/ |
H A D | apreq.h | 66 #define APREQ_DEFAULT_NELTS 8 macro
|
/httpd/server/ |
H A D | apreq_module_custom.c | 272 req->body = apr_table_make(pool, APREQ_DEFAULT_NELTS); 277 req->jar = apr_table_make(pool, APREQ_DEFAULT_NELTS); 288 req->args = apr_table_make(pool, APREQ_DEFAULT_NELTS);
|
H A D | apreq_parser_header.c | 62 struct iovec vec[APREQ_DEFAULT_NELTS], *iov, *end; 77 arr.nalloc = APREQ_DEFAULT_NELTS;
|
H A D | apreq_parser_urlencoded.c | 58 struct iovec vec[APREQ_DEFAULT_NELTS]; 72 arr.nalloc = APREQ_DEFAULT_NELTS;
|
H A D | apreq_param.c | 247 apr_table_t *t = apr_table_make(pool, APREQ_DEFAULT_NELTS);
|
H A D | apreq_parser.c | 231 ctx->param->info = apr_table_make(pool, APREQ_DEFAULT_NELTS);
|
H A D | apreq_module_cgi.c | 991 req->args = apr_table_make(pool, APREQ_DEFAULT_NELTS); 992 req->body = apr_table_make(pool, APREQ_DEFAULT_NELTS); 993 req->jar = apr_table_make(pool, APREQ_DEFAULT_NELTS);
|
H A D | apreq_util.c | 1117 struct iovec v[APREQ_DEFAULT_NELTS]; 1136 if (n == APREQ_DEFAULT_NELTS) {
|
H A D | apreq_parser_multipart.c | 336 ctx->info = apr_table_make(pool, APREQ_DEFAULT_NELTS);
|
/httpd/modules/apreq/ |
H A D | handle.c | 59 req->jar = apr_table_make(handle->pool, APREQ_DEFAULT_NELTS); 78 req->args = apr_table_make(handle->pool, APREQ_DEFAULT_NELTS);
|
H A D | filter.c | 181 ctx->body = apr_table_make(r->pool, APREQ_DEFAULT_NELTS);
|
Completed in 28 milliseconds