Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c4617 #define Loffset F->temp_size in match() macro
4629 Loffset = (GET2(slot, 0) << 1) - 2; in match()
4630 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
4639 Loffset = (GET2(Fecode, 1) << 1) - 2; in match()
4672 rrc = match_ref(Loffset, Lcaseless, F, mb, &length); in match()
4691 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
4693 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
4706 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
4730 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
4749 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
[all …]

Completed in 24 milliseconds