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

/httpd/server/
H A Dutil_expr_scan.c2511 int ap_expr_yylex_init(yyscan_t* ptr_yy_globals) argument
2514 if (ptr_yy_globals == NULL){
2519 *ptr_yy_globals = (yyscan_t) ap_expr_yyalloc ( sizeof( struct yyguts_t ), NULL );
2521 if (*ptr_yy_globals == NULL){
2527 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
2529 return yy_init_globals ( *ptr_yy_globals );
2540 int ap_expr_yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
2547 if (ptr_yy_globals == NULL){
2552 *ptr_yy_globals = (yyscan_t) ap_expr_yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2554 if (*ptr_yy_globals
[all...]

Completed in 27 milliseconds