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.c327 next_active_state->offset = (x); \
328 next_active_state->count = (y); \
329 next_active_state++; \
336 next_active_state->offset = (x); \
337 next_active_state->count = (y); \
338 next_active_state->data = (z); \
339 next_active_state++; \
377 stateblock *next_active_state, *next_new_state; in internal_dfa_match() local
564 next_active_state = active_states + active_count; in internal_dfa_match()
1131 next_active_state--; in internal_dfa_match()
[all …]