Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c376 next_new_state->offset = (x); \
377 next_new_state->count = (y); \
378 next_new_state++; \
386 next_new_state->offset = (x); \
387 next_new_state->count = (y); \
388 next_new_state->data = (z); \
389 next_new_state++; \
410 stateblock *next_active_state, *next_new_state; in internal_dfa_exec() local
453 next_new_state = new_states = active_states + wscount; in internal_dfa_exec()
612 next_new_state = new_states; in internal_dfa_exec()