Searched refs:find_param (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/apreq/
H A Dapreq_private_apache2.h25 apreq_hook_t *find_param; member in struct:filter_ctx
H A Dhandle.c203 if (ctx->find_param == NULL)
204 ctx->find_param = apreq_hook_make(handle->pool,
207 h = ctx->find_param;
/httpd/server/
H A Dapreq_module_cgi.c63 apreq_hook_t *find_param; member in struct:cgi_handle
756 if (req->find_param == NULL)
757 req->find_param = apreq_hook_make(handle->pool,
760 h = req->find_param;

Completed in 13 milliseconds