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()
3179 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() argument
3184 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec()
3189 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec()
3215 if (wscount < 20) return PCRE_ERROR_DFA_WSSIZE; in pcre_dfa_exec()
3235 workspace[1] > (wscount - 2)/INTS_PER_STATEBLOCK) in pcre_dfa_exec()
3624 wscount, /* size of same */ in pcre_dfa_exec()