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

/httpd/server/
H A Dutil_expr_scan.c337 #define ap_expr_yywrap(n) 1 macro
735 extern "C" int ap_expr_yywrap (yyscan_t yyscanner );
737 extern int ap_expr_yywrap (yyscan_t yyscanner );
1617 if ( ap_expr_yywrap(yyscanner ) )
1919 if ( ap_expr_yywrap(yyscanner ) )
1994 * EOF (ap_expr_yywrap()) processing, but the only time this flag
1995 * is looked at is after ap_expr_yywrap() is called, so it's safe

Completed in 1497 milliseconds