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

/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c2206 int next_state_offset; local
2236 next_state_offset = ecode - start_code;
2242 ADD_ACTIVE(next_state_offset + 1, 0);
2249 if (count > 0) { ADD_ACTIVE(next_state_offset + 1, 0); }
2255 ADD_ACTIVE(next_state_offset + 1, 0);
2256 if (isinclass) { ADD_NEW(next_state_offset + 1, 0); }
2263 { ADD_ACTIVE(next_state_offset + 5, 0); }
2268 { ADD_NEW(next_state_offset + 5, 0); }
2275 if (isinclass) { ADD_NEW(next_state_offset, 0); }
2496 int next_state_offset, repeat_state_offse local
[all...]

Completed in 98 milliseconds