OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_active_state
(Results
1 - 1
of
1
) sorted by null
/external/pcre/dist2/src/
pcre2_dfa_match.c
327
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;
local
564
next_active_state
= active_states + active_count;
629
goto
NEXT_ACTIVE_STATE
;
[
all
...]
Completed in 139 milliseconds