Searched refs:APREQ_DEFAULT_NELTS (Results 1 - 11 of 11) sorted by relevance

/httpd/include/
H A Dapreq.h66 #define APREQ_DEFAULT_NELTS 8 macro
/httpd/server/
H A Dapreq_module_custom.c272 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 Dapreq_parser_header.c62 struct iovec vec[APREQ_DEFAULT_NELTS], *iov, *end;
77 arr.nalloc = APREQ_DEFAULT_NELTS;
H A Dapreq_parser_urlencoded.c58 struct iovec vec[APREQ_DEFAULT_NELTS];
72 arr.nalloc = APREQ_DEFAULT_NELTS;
H A Dapreq_param.c247 apr_table_t *t = apr_table_make(pool, APREQ_DEFAULT_NELTS);
H A Dapreq_parser.c231 ctx->param->info = apr_table_make(pool, APREQ_DEFAULT_NELTS);
H A Dapreq_module_cgi.c991 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 Dapreq_util.c1117 struct iovec v[APREQ_DEFAULT_NELTS];
1136 if (n == APREQ_DEFAULT_NELTS) {
H A Dapreq_parser_multipart.c336 ctx->info = apr_table_make(pool, APREQ_DEFAULT_NELTS);
/httpd/modules/apreq/
H A Dhandle.c59 req->jar = apr_table_make(handle->pool, APREQ_DEFAULT_NELTS);
78 req->args = apr_table_make(handle->pool, APREQ_DEFAULT_NELTS);
H A Dfilter.c181 ctx->body = apr_table_make(r->pool, APREQ_DEFAULT_NELTS);

Completed in 28 milliseconds