Lines Matching refs:wscount
353 if (active_count++ < wscount) \
363 if (active_count++ < wscount) \
374 if (new_count++ < wscount) \
384 if (new_count++ < wscount) \
406 int wscount, in internal_dfa_exec() argument
438 wscount -= 2; in internal_dfa_exec()
439 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) / in internal_dfa_exec()
453 next_new_state = new_states = active_states + wscount; in internal_dfa_exec()
3178 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() argument
3183 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec()
3188 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec()
3214 if (wscount < 20) return PCRE_ERROR_DFA_WSSIZE; in pcre_dfa_exec()
3234 workspace[1] > (wscount - 2)/INTS_PER_STATEBLOCK) in pcre_dfa_exec()
3623 wscount, /* size of same */ in pcre_dfa_exec()