Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c505 next_new_state->offset = (x); \
506 next_new_state->count = (y); \
507 next_new_state++; \
514 next_new_state->offset = (x); \
515 next_new_state->count = (y); \
516 next_new_state->data = (z); \
517 next_new_state++; \
537 stateblock *next_active_state, *next_new_state; in internal_dfa_match() local
575 next_new_state = new_states = active_states + wscount; in internal_dfa_match()
720 next_new_state = new_states; in internal_dfa_match()

Completed in 12 milliseconds