Searched refs:yy_buffer_stack_max (Results 1 – 1 of 1) sorted by relevance
282 static __thread size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable4439 (yy_buffer_stack_max) = num_to_alloc; in sfbpf_ensure_buffer_stack()4444 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in sfbpf_ensure_buffer_stack()4449 num_to_alloc = (yy_buffer_stack_max) + grow_size; in sfbpf_ensure_buffer_stack()4458 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in sfbpf_ensure_buffer_stack()4459 (yy_buffer_stack_max) = num_to_alloc; in sfbpf_ensure_buffer_stack()4600 (yy_buffer_stack_max) = 0; in yy_init_globals()