pcre_dfa_exec.c | 284 typedef struct stateblock { struct 288 } stateblock; typedef in typeref:struct:stateblock 290 #define INTS_PER_STATEBLOCK (int)(sizeof(stateblock)/sizeof(int)) 409 stateblock *active_states, *new_states, *temp_states; 410 stateblock *next_active_state, *next_new_state; 452 active_states = (stateblock *)(workspace + 2); 548 memcpy(new_states, active_states, new_count * sizeof(stateblock)); 640 stateblock *current_state = active_states + i; [all...] |