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

/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c383 stateblock *active_states, *new_states, *temp_states; local
422 active_states = (stateblock *)(workspace + 2);
423 next_new_state = new_states = active_states + wscount;
518 memcpy(new_states, active_states, new_count * sizeof(stateblock));
555 temp_states = active_states;
556 active_states = new_states;
571 printf("%d/%d ", active_states[i].offset, active_states[i].count);
577 next_active_state = active_states + active_count;
605 stateblock *current_state = active_states
[all...]

Completed in 115 milliseconds