Searched refs:wscount (Results 1 – 1 of 1) sorted by relevance
471 if (active_count++ < wscount) \480 if (active_count++ < wscount) \490 if (new_count++ < wscount) \499 if (new_count++ < wscount) \519 int wscount, in internal_dfa_match() argument550 wscount -= 2; in internal_dfa_match()551 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) / in internal_dfa_match()561 next_new_state = new_states = active_states + wscount; in internal_dfa_match()3275 if (wscount < 20) return PCRE2_ERROR_DFA_WSSIZE; in pcre2_dfa_match()3319 workspace[1] > (int)((wscount - 2)/INTS_PER_STATEBLOCK)) in pcre2_dfa_match()[all …]
Completed in 11 milliseconds