OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_states
(Results
1 - 1
of
1
) sorted by null
/external/pcre/dist/
pcre_dfa_exec.c
409
stateblock *
active_states
, *new_states, *temp_states;
local
452
active_states
= (stateblock *)(workspace + 2);
453
next_new_state = new_states =
active_states
+ wscount;
548
memcpy(new_states,
active_states
, new_count * sizeof(stateblock));
589
temp_states =
active_states
;
590
active_states
= new_states;
605
printf("%d/%d ",
active_states
[i].offset,
active_states
[i].count);
611
next_active_state =
active_states
+ active_count;
640
stateblock *current_state =
active_states
+ i
[
all
...]
Completed in 702 milliseconds