HomeSort by relevance Sort by last modified time
    Searched full:next_new_state (Results 1 - 1 of 1) sorted by null

  /external/pcre/
pcre_dfa_exec.c 349 next_new_state->offset = (x); \
350 next_new_state->count = (y); \
351 next_new_state->ims = ims; \
352 next_new_state++; \
360 next_new_state->offset = (x); \
361 next_new_state->count = (y); \
362 next_new_state->ims = ims; \
363 next_new_state->data = (z); \
364 next_new_state++; \
386 stateblock *next_active_state, *next_new_state; local
    [all...]

Completed in 560 milliseconds