Searched refs:pcre2_set_heap_limit (Results 1 – 11 of 11) sorted by relevance
419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit() function
622 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \887 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_) macro
622 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \887 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_)
4229 if (heap_limit != PCRE2_UNSET) pcre2_set_heap_limit(match_context, heap_limit); in main()
82 doc/html/pcre2_set_heap_limit.html \178 doc/pcre2_set_heap_limit.3 \
195 pcre2_set_heap_limit() or (*LIMIT_HEAP=xxx). The "recursion limit" is retained,
257 pcre2_set_heap_limit).
1211 pcre2_set_heap_limit() or (*LIMIT_HEAP=xxx). Upgraded pcre2test to show the
1408 values in the match context via pcre2_set_heap_limit(),
308 int pcre2_set_heap_limit(pcre2_match_context *mcontext,1018 int pcre2_set_heap_limit(pcre2_match_context *mcontext,1120 rectly by calling pcre2_set_heap_limit().1186 pcre2_set_heap_limit() above.