Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c355 next_active_state->offset = (x); \
356 next_active_state->count = (y); \
357 next_active_state++; \
365 next_active_state->offset = (x); \
366 next_active_state->count = (y); \
367 next_active_state->data = (z); \
368 next_active_state++; \
410 stateblock *next_active_state, *next_new_state; in internal_dfa_exec() local
611 next_active_state = active_states + active_count; in internal_dfa_exec()
1186 next_active_state--; in internal_dfa_exec()
[all …]