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.c473 next_active_state->offset = (x); \
474 next_active_state->count = (y); \
475 next_active_state++; \
482 next_active_state->offset = (x); \
483 next_active_state->count = (y); \
484 next_active_state->data = (z); \
485 next_active_state++; \
524 stateblock *next_active_state, *next_new_state; in internal_dfa_match() local
705 next_active_state = active_states + active_count; in internal_dfa_match()
1272 next_active_state--; in internal_dfa_match()
[all …]