Lines Matching refs:Fovector
186 #define Fovector F->ovector macro
288 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
365 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
378 p = mb->start_subject + Fovector[offset]; in match_ref()
379 length = Fovector[offset+1] - Fovector[offset]; in match_ref()
782 Fovector[offset] = P->eptr - mb->start_subject; in match()
783 Fovector[offset+1] = Feptr - mb->start_subject; in match()
870 memcpy(ovector + 2, Fovector, (i - 2) * sizeof(PCRE2_SIZE)); in match()
4703 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
4764 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
4766 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
4822 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
5211 memcpy(Fovector, in match()
5359 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5369 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5402 memcpy(Fovector, in match()
5555 memcpy((char *)P + offsetof(heapframe, ovector), Fovector, in match()
5653 Fovector[offset] = P->eptr - mb->start_subject; in match()
5654 Fovector[offset+1] = Feptr - mb->start_subject; in match()