stateblock        170 pcre/pcre_dfa_exec.cpp #define INTS_PER_STATEBLOCK  (sizeof(stateblock)/sizeof(int))
stateblock        296 pcre/pcre_dfa_exec.cpp stateblock *active_states, *new_states, *temp_states;
stateblock        297 pcre/pcre_dfa_exec.cpp stateblock *next_active_state, *next_new_state;
stateblock        335 pcre/pcre_dfa_exec.cpp active_states = (stateblock *)(workspace + 2);
stateblock        426 pcre/pcre_dfa_exec.cpp       memcpy(new_states, active_states, new_count * sizeof(stateblock));
stateblock        511 pcre/pcre_dfa_exec.cpp     stateblock *current_state = active_states + i;