Searched refs:num_to_alloc (Results 1 – 1 of 1) sorted by relevance
2027 int num_to_alloc; in zconfensure_buffer_stack() local2035 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in zconfensure_buffer_stack()2037 (num_to_alloc * sizeof(struct yy_buffer_state*) in zconfensure_buffer_stack()2042 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in zconfensure_buffer_stack()2044 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()2054 num_to_alloc = (yy_buffer_stack_max) + grow_size; in zconfensure_buffer_stack()2057 num_to_alloc * sizeof(struct yy_buffer_state*) in zconfensure_buffer_stack()2064 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()