Lines Matching refs:PCRE2_UNSET
243 if (Q->last_group_offset == PCRE2_UNSET) in display_frames()
328 callout_ovector[0] = callout_ovector[1] = PCRE2_UNSET; in do_callout()
372 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
655 Flast_group_offset = PCRE2_UNSET; /* Saved frame of most recent group */ in match()
816 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match()
855 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match()
939 while (--i >= Foffset_top + 2) match_data->ovector[i] = PCRE2_UNSET; in match()
5005 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
5066 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
5441 while (offset != PCRE2_UNSET) in match()
5670 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5680 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5970 if (offset == PCRE2_UNSET) return PCRE2_ERROR_INTERNAL; in match()
6671 if (mcontext != NULL && mcontext->offset_limit != PCRE2_UNSET && in pcre2_match()
6944 bumpalong_limit = (mcontext->offset_limit == PCRE2_UNSET)? in pcre2_match()