Searched refs:PCRE2_SET_HEAP_LIMIT (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1314 #define PCRE2_SET_HEAP_LIMIT(a,b) \ macro 1793 #define PCRE2_SET_HEAP_LIMIT(a,b) \ macro 2019 #define PCRE2_SET_HEAP_LIMIT(a,b) pcre2_set_heap_limit_8(G(a,8),b) macro 2123 #define PCRE2_SET_HEAP_LIMIT(a,b) pcre2_set_heap_limit_16(G(a,16),b) macro 2227 #define PCRE2_SET_HEAP_LIMIT(a,b) pcre2_set_heap_limit_32(G(a,32),b) macro 5804 PCRE2_SET_HEAP_LIMIT(dat_context, max); in check_match_limit() 5812 PCRE2_SET_HEAP_LIMIT(dat_context, mid); in check_match_limit()
|