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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c284 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;

Completed in 34 milliseconds