Lines Matching refs:Loffset
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()
5022 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5073 (void)match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5087 #undef Loffset in match()