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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c355 next_active_state->offset = (x); \
356 next_active_state->count = (y); \
357 next_active_state++; \
365 next_active_state->offset = (x); \
366 next_active_state->count = (y); \
367 next_active_state->data = (z); \
368 next_active_state++; \
410 stateblock *next_active_state, *next_new_state; local
611 next_active_state = active_states + active_count;
1186 next_active_state
[all...]

Completed in 34 milliseconds