Searched refs:ap_expr_yylex_destroy (Results 1 - 3 of 3) sorted by relevance

/httpd/server/
H A Dutil_expr_private.h116 int ap_expr_yylex_destroy(void *scanner);
H A Dutil_expr_scan.c699 int ap_expr_yylex_destroy (yyscan_t yyscanner );
2572 * This function is called from ap_expr_yylex_destroy(), so don't allocate here.
2601 /* ap_expr_yylex_destroy is for both reentrant and non-reentrant scanners. */
2602 int ap_expr_yylex_destroy (yyscan_t yyscanner) function
H A Dutil_expr_eval.c422 ap_expr_yylex_destroy(ctx.scanner);

Completed in 24 milliseconds