Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c4992 #define Loffset F->temp_size in match() macro
5004 Loffset = (GET2(slot, 0) << 1) - 2; in match()
5005 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
5014 Loffset = (GET2(Fecode, 1) << 1) - 2; in match()
5047 rrc = match_ref(Loffset, Lcaseless, F, mb, &length); in match()
5066 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
5068 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
5081 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5105 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5124 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
[all …]

Completed in 15 milliseconds