Home
last modified time | relevance | path

Searched refs:Fovector (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c185 #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()
[all …]