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

/httpd/include/
H A Dapreq_parser.h44 typedef struct apreq_parser_t apreq_parser_t; typedef in typeref:struct:apreq_parser_t
47 #define APREQ_PARSER_ARGS apreq_parser_t *parser, \
93 struct apreq_parser_t { struct
124 apr_status_t apreq_parser_run(struct apreq_parser_t *psr, apr_table_t *t,
197 APREQ_DECLARE(apreq_parser_t *) apreq_parser_make(apr_pool_t *pool,
227 APREQ_DECLARE(apr_status_t) apreq_parser_add_hook(apreq_parser_t *p,

Completed in 984 milliseconds