Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c187 #define Fovector F->ovector macro
290 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
380 p = mb->start_subject + Fovector[offset]; in match_ref()
381 length = Fovector[offset+1] - Fovector[offset]; in match_ref()
796 Fovector[offset] = P->eptr - mb->start_subject; in match()
797 Fovector[offset+1] = Feptr - mb->start_subject; in match()
4975 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
5031 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
5420 memcpy(Fovector, in match()
5611 memcpy(Fovector, in match()
[all …]

Completed in 19 milliseconds