Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c192 #define Fovector F->ovector macro
295 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout()
385 p = mb->start_subject + Fovector[offset]; in match_ref()
386 length = Fovector[offset+1] - Fovector[offset]; in match_ref()
824 Fovector[offset] = P->eptr - mb->start_subject; in match()
825 Fovector[offset+1] = Feptr - mb->start_subject; in match()
5068 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
5124 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
5522 memcpy(Fovector, in match()
5713 memcpy(Fovector, in match()
[all …]

Completed in 28 milliseconds