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

/httpd/server/
H A Dutil_expr_scan.c179 typedef struct yy_buffer_state *YY_BUFFER_STATE;
211 struct yy_buffer_state struct
2020 b = (YY_BUFFER_STATE) ap_expr_yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2186 yyg->yy_buffer_stack = (struct yy_buffer_state**)ap_expr_yyalloc
2187 (num_to_alloc * sizeof(struct yy_buffer_state*)
2192 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2205 yyg->yy_buffer_stack = (struct yy_buffer_state**)ap_expr_yyrealloc
2207 num_to_alloc * sizeof(struct yy_buffer_state*)
2213 memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));
2234 b = (YY_BUFFER_STATE) ap_expr_yyalloc(sizeof( struct yy_buffer_state ) ,yyscanne
[all...]

Completed in 478 milliseconds