Searched refs:Loffset (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 4885 #define Loffset F->temp_size in match() macro 4897 Loffset = (GET2(slot, 0) << 1) - 2; in match() 4898 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match() 4907 Loffset = (GET2(Fecode, 1) << 1) - 2; in match() 4940 rrc = match_ref(Loffset, Lcaseless, F, mb, &length); in match() 4959 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match() 4961 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match() 4974 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4998 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 5017 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match() [all …]
|
Completed in 14 milliseconds