Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c492 next_new_state->offset = (x); \
493 next_new_state->count = (y); \
494 next_new_state++; \
501 next_new_state->offset = (x); \
502 next_new_state->count = (y); \
503 next_new_state->data = (z); \
504 next_new_state++; \
524 stateblock *next_active_state, *next_new_state; in internal_dfa_match() local
561 next_new_state = new_states = active_states + wscount; in internal_dfa_match()
706 next_new_state = new_states; in internal_dfa_match()