Searched refs:PCRE2_SET_DEPTH_LIMIT (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1290 #define PCRE2_SET_DEPTH_LIMIT(a,b) \ macro 1775 #define PCRE2_SET_DEPTH_LIMIT(a,b) \ macro 2016 #define PCRE2_SET_DEPTH_LIMIT(a,b) pcre2_set_depth_limit_8(G(a,8),b) macro 2120 #define PCRE2_SET_DEPTH_LIMIT(a,b) pcre2_set_depth_limit_16(G(a,16),b) macro 2224 #define PCRE2_SET_DEPTH_LIMIT(a,b) pcre2_set_depth_limit_32(G(a,32),b) macro 5803 PCRE2_SET_DEPTH_LIMIT(dat_context, max); in check_match_limit() 5820 PCRE2_SET_DEPTH_LIMIT(dat_context, mid); in check_match_limit()
|