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

/httpd/server/
H A Dutil_expr_parse.c174 #ifdef YYPARSE_PARAM
176 int ap_expr_yyparse (void *YYPARSE_PARAM);
180 #else /* ! YYPARSE_PARAM */
186 #endif /* ! YYPARSE_PARAM */
1222 #ifdef YYPARSE_PARAM
1226 yyparse (void *YYPARSE_PARAM) argument
1229 yyparse (YYPARSE_PARAM)
1230 void *YYPARSE_PARAM;
1232 #else /* ! YYPARSE_PARAM */

Completed in 16 milliseconds