Searched refs:Lcaseless (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 4615 #define Lcaseless F->temp_32[2] in match() macro 4621 Lcaseless = (Fop == OP_DNREFI); in match() 4638 Lcaseless = (Fop == OP_REFI); in match() 4672 rrc = match_ref(Loffset, Lcaseless, F, mb, &length); in match() 4706 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4730 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4754 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4805 (void)match_ref(Loffset, Lcaseless, F, mb, &slength); in match() 4815 #undef Lcaseless in match()
|