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

/httpd/include/
H A Dapreq_parser.h59 typedef apr_status_t (*apreq_parser_function_t)(APREQ_PARSER_ARGS); typedef
95 apreq_parser_function_t parser;
200 apreq_parser_function_t pfn,
237 APREQ_DECLARE(apreq_parser_function_t)apreq_parser(const char *enctype);
253 apreq_parser_function_t pfn);
/httpd/server/
H A Dapreq_parser.c37 apreq_parser_function_t pfn,
148 apreq_parser_function_t pfn)
150 apreq_parser_function_t *f = NULL;
171 APREQ_DECLARE(apreq_parser_function_t)apreq_parser(const char *enctype)
173 apreq_parser_function_t *f;
H A Dapreq_module_cgi.c378 apreq_parser_function_t pf = apreq_parser(ct_header);
/httpd/modules/apreq/
H A Dfilter.c149 apreq_parser_function_t pf = apreq_parser(ct_header);

Completed in 96 milliseconds