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

/httpd/server/
H A Dutil_expr_private.h115 int ap_expr_yylex_init(void **scanner);
H A Dutil_expr_scan.c692 int ap_expr_yylex_init (yyscan_t* scanner);
2506 /* ap_expr_yylex_init is special because it creates the scanner itself, so it is
2511 int ap_expr_yylex_init(yyscan_t* ptr_yy_globals) function
2532 /* ap_expr_yylex_init_extra has the same functionality as ap_expr_yylex_init, but follows the
2596 * ap_expr_yylex_init()
H A Dutil_expr_eval.c419 ap_expr_yylex_init(&ctx.scanner);

Completed in 1373 milliseconds