Searched refs:capcount (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 5797 int capcount; in check_match_limit() local 5830 PCRE2_DFA_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 5836 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 5842 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 5846 if (capcount == errnumber) in check_match_limit() 5858 else if (capcount >= 0 || in check_match_limit() 5859 capcount == PCRE2_ERROR_NOMATCH || in check_match_limit() 5860 capcount == PCRE2_ERROR_PARTIAL) in check_match_limit() 5884 return capcount; in check_match_limit() 6121 copy_and_get(BOOL utf, int capcount) in copy_and_get() argument [all …]
|