Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c186 #define Fovector F->ovector macro
288 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
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()
4766 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
4822 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
5211 memcpy(Fovector, in match()
5402 memcpy(Fovector, in match()
[all …]

Completed in 19 milliseconds