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

/httpd/server/
H A Dutil_expr_scan.c307 void *ap_expr_yyalloc (yy_size_t ,yyscan_t yyscanner );
2020 b = (YY_BUFFER_STATE) ap_expr_yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2029 b->yy_ch_buf = (char *) ap_expr_yyalloc(b->yy_buf_size + 2 ,yyscanner );
2186 yyg->yy_buffer_stack = (struct yy_buffer_state**)ap_expr_yyalloc
2234 b = (YY_BUFFER_STATE) ap_expr_yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2283 buf = (char *) ap_expr_yyalloc(n ,yyscanner );
2315 yyg->yy_start_stack = (int *) ap_expr_yyalloc(new_size ,yyscanner );
2519 *ptr_yy_globals = (yyscan_t) ap_expr_yyalloc ( sizeof( struct yyguts_t ), NULL );
2536 * The user defined value in the first argument will be available to ap_expr_yyalloc in
2552 *ptr_yy_globals = (yyscan_t) ap_expr_yyalloc ( sizeo
2655 void *ap_expr_yyalloc (yy_size_t size , yyscan_t yyscanner) function
[all...]

Completed in 642 milliseconds