Lines Matching refs:parser
208 h->next = ctx->parser->hook;
210 ctx->parser->hook = h;
213 hook_ctx->prev = ctx->parser->hook;
221 ctx->parser->hook = h->next;
243 const apreq_parser_t **parser)
249 *parser = NULL;
252 *parser = ctx->parser;
258 apreq_parser_t *parser)
268 if (ctx->parser == NULL) {
269 ctx->parser = parser;
290 if (ctx->parser != NULL) {
291 return apreq_parser_add_hook(ctx->parser, hook);
408 *path = ctx->parser ? ctx->parser->temp_dir : ctx->temp_dir;