Lines Matching refs:workspace
531 int *workspace, in internal_dfa_match() argument
574 active_states = (stateblock *)(workspace + 2); in internal_dfa_match()
665 new_count = workspace[1]; in internal_dfa_match()
666 if (!workspace[0]) in internal_dfa_match()
688 workspace[0] = 0; /* Bit indicating which vector is current */ in internal_dfa_match()
714 workspace[0] ^= 1; /* Remember for the restarting feature */ in internal_dfa_match()
715 workspace[1] = active_count; in internal_dfa_match()
3285 forced_fail != workspace[1] && /* Not all forced fail & */ in internal_dfa_match()
3351 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match() argument
3404 if (re == NULL || subject == NULL || workspace == NULL || match_data == NULL) in pcre2_dfa_match()
3461 if ((workspace[0] & (-2)) != 0 || workspace[1] < 1 || in pcre2_dfa_match()
3462 workspace[1] > (int)((wscount - 2)/INTS_PER_STATEBLOCK)) in pcre2_dfa_match()
4034 workspace, /* workspace vector */ in pcre2_dfa_match()