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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c409 stateblock *active_states, *new_states, *temp_states; local
452 active_states = (stateblock *)(workspace + 2);
453 next_new_state = new_states = active_states + wscount;
548 memcpy(new_states, active_states, new_count * sizeof(stateblock));
589 temp_states = active_states;
590 active_states = new_states;
605 printf("%d/%d ", active_states[i].offset, active_states[i].count);
611 next_active_state = active_states + active_count;
640 stateblock *current_state = active_states
[all...]

Completed in 31 milliseconds