Searched refs:check_match_limit (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 5991 check_match_limit(uint8_t *pp, PCRE2_SIZE ulen, int errnumber, const char *msg) in check_match_limit() function 7559 (void)check_match_limit(pp, arg_ulen, PCRE2_ERROR_HEAPLIMIT, "heap"); in process_data() 7562 capcount = check_match_limit(pp, arg_ulen, PCRE2_ERROR_MATCHLIMIT, in process_data() 7569 capcount = check_match_limit(pp, arg_ulen, PCRE2_ERROR_DEPTHLIMIT, in process_data()
|