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

/httpd/server/
H A Dutil_expr_scan.c2176 int num_to_alloc; local
2185 num_to_alloc = 1;
2187 (num_to_alloc * sizeof(struct yy_buffer_state*)
2192 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2194 yyg->yy_buffer_stack_max = num_to_alloc;
2204 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2207 num_to_alloc * sizeof(struct yy_buffer_state*)
2214 yyg->yy_buffer_stack_max = num_to_alloc;

Completed in 13 milliseconds