Lines Matching refs:Fovector
185 #define Fovector F->ovector macro
287 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
364 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
377 p = mb->start_subject + Fovector[offset]; in match_ref()
378 length = Fovector[offset+1] - Fovector[offset]; in match_ref()
762 Fovector[offset] = P->eptr - mb->start_subject; in match()
763 Fovector[offset+1] = Feptr - mb->start_subject; in match()
850 memcpy(ovector + 2, Fovector, (i - 2) * sizeof(PCRE2_SIZE)); in match()
4630 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
4691 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
4693 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
4749 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
5135 memcpy(Fovector, in match()
5283 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5293 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5326 memcpy(Fovector, in match()
5479 memcpy((char *)P + offsetof(heapframe, ovector), Fovector, in match()
5558 Fovector[offset] = P->eptr - mb->start_subject; in match()
5559 Fovector[offset+1] = Feptr - mb->start_subject; in match()