Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c4690 #define Loffset F->temp_size in match() macro
4702 Loffset = (GET2(slot, 0) << 1) - 2; in match()
4703 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
4712 Loffset = (GET2(Fecode, 1) << 1) - 2; in match()
4745 rrc = match_ref(Loffset, Lcaseless, F, mb, &length); in match()
4764 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
4766 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match()
4779 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
4803 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
4822 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match()
[all …]

Completed in 23 milliseconds