Searched refs:match_ref (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 145 match_ref(PCRE2_SIZE offset, PCRE2_SIZE offset_top, register PCRE2_SPTR eptr, in match_ref() function 2823 int rc = match_ref(offset, offset_top, eptr, mb, caseless, &length); in match() 2859 int rc = match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match() 2885 rc = match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match() 2909 int rc = match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match() 2961 (void)match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match()
|