Searched defs:pfn (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dapreq_parser.c37 apreq_parser_function_t pfn,
45 p->parser = pfn;
148 apreq_parser_function_t pfn)
161 if (pfn != NULL) {
163 *f = pfn;
34 apreq_parser_make(apr_pool_t *pool, apr_bucket_alloc_t *ba, const char *content_type, apreq_parser_function_t pfn, apr_size_t brigade_limit, const char *temp_dir, apreq_hook_t *hook, void *ctx) argument

Completed in 11 milliseconds