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

/httpd/server/
H A Dutil_expr_scan.c156 #define YY_NEW_FILE ap_expr_yyrestart(yyin ,yyscanner )
266 * (via ap_expr_yyrestart()), so that the user can continue scanning by
289 void ap_expr_yyrestart (FILE *input_file ,yyscan_t yyscanner );
1781 ap_expr_yyrestart(yyin ,yyscanner);
1913 ap_expr_yyrestart(yyin ,yyscanner);
1951 void ap_expr_yyrestart (FILE * input_file , yyscan_t yyscanner) function
2062 * such as during a ap_expr_yyrestart() or at EOF.
2076 * called from ap_expr_yyrestart() or through yy_get_next_buffer.

Completed in 1955 milliseconds