Searched refs:hook_queue (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/apreq/
H A Dapreq_private_apache2.h24 apreq_hook_t *hook_queue; member in struct:filter_ctx
H A Dfilter.c155 ctx->hook_queue,
173 if (ctx->hook_queue != NULL)
174 apreq_parser_add_hook(ctx->parser, ctx->hook_queue);
177 ctx->hook_queue = NULL;
H A Dhandle.c293 else if (ctx->hook_queue != NULL) {
294 apreq_hook_t *h = ctx->hook_queue;
300 ctx->hook_queue = hook;
/httpd/server/
H A Dapreq_module_cgi.c62 apreq_hook_t *hook_queue; member in struct:cgi_handle
387 req->hook_queue,
405 if (req->hook_queue != NULL)
406 apreq_parser_add_hook(req->parser, req->hook_queue);
409 req->hook_queue = NULL;
809 if (req->hook_queue != NULL) {
810 apr_status_t s = apreq_parser_add_hook(parser, req->hook_queue);
821 req->hook_queue = NULL;
838 else if (req->hook_queue != NULL) {
839 apreq_hook_t *h = req->hook_queue;
[all...]

Completed in 810 milliseconds