Searched refs:state_offset (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/pcre/
H A Dpcre_dfa_exec.c643 int state_offset = current_state->offset; local
648 printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset);
659 if (state_offset < 0)
664 ADD_NEW_DATA(state_offset, current_state->count,
671 current_state->offset = state_offset = -state_offset;
681 if (active_states[j].offset == state_offset &&
691 code = start_code + state_offset;
777 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
780 ADD_ACTIVE(state_offset
[all...]

Completed in 72 milliseconds