Searched refs:Loffset (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 4692 #define Loffset F->temp_size in match() macro 4704 Loffset = (GET2(slot, 0) << 1) - 2; in match() 4705 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match() 4714 Loffset = (GET2(Fecode, 1) << 1) - 2; in match() 4747 rrc = match_ref(Loffset, Lcaseless, F, mb, &length); in match() 4766 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match() 4768 if (Fovector[Loffset] == Fovector[Loffset + 1]) continue; in match() 4781 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4805 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4824 Flength = Fovector[Loffset+1] - Fovector[Loffset]; in match() [all …]
|
Completed in 17 milliseconds