Searched refs:capcount (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 5993 int capcount; in check_match_limit() local 6026 PCRE2_DFA_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6032 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6038 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6042 if (capcount == errnumber) in check_match_limit() 6054 else if (capcount >= 0 || in check_match_limit() 6055 capcount == PCRE2_ERROR_NOMATCH || in check_match_limit() 6056 capcount == PCRE2_ERROR_PARTIAL) in check_match_limit() 6080 return capcount; in check_match_limit() 6372 copy_and_get(BOOL utf, int capcount) in copy_and_get() argument [all …]
|