Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c503 next_new_state->offset = (x); \
504 next_new_state->count = (y); \
505 next_new_state++; \
512 next_new_state->offset = (x); \
513 next_new_state->count = (y); \
514 next_new_state->data = (z); \
515 next_new_state++; \
535 stateblock *next_active_state, *next_new_state; in internal_dfa_match() local
573 next_new_state = new_states = active_states + wscount; in internal_dfa_match()
718 next_new_state = new_states; in internal_dfa_match()

Completed in 14 milliseconds