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

/barrelfish-master/lib/pcre/
H A Dpcre_dfa_exec.c2538 int next_state_offset; local
2568 next_state_offset = (int)(ecode - start_code);
2575 ADD_ACTIVE(next_state_offset + 1, 0);
2591 if (count > 0) { ADD_ACTIVE(next_state_offset + 1, 0); }
2607 ADD_ACTIVE(next_state_offset + 1, 0);
2615 ADD_NEW(next_state_offset + 1, 0);
2624 { ADD_ACTIVE(next_state_offset + 1 + 2 * IMM2_SIZE, 0); }
2634 { ADD_NEW(next_state_offset + 1 + 2 * IMM2_SIZE, 0); }
2641 if (isinclass) { ADD_NEW(next_state_offset, 0); }
2928 int next_state_offset; local
2982 int next_state_offset, repeat_state_offset; local
[all...]

Completed in 80 milliseconds