Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c484 next_active_state->offset = (x); \
485 next_active_state->count = (y); \
486 next_active_state++; \
493 next_active_state->offset = (x); \
494 next_active_state->count = (y); \
495 next_active_state->data = (z); \
496 next_active_state++; \
535 stateblock *next_active_state, *next_new_state; in internal_dfa_match() local
717 next_active_state = active_states + active_count; in internal_dfa_match()
1286 next_active_state--; in internal_dfa_match()
[all …]