Searched refs:match_ref (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 353 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref() function 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()
|