Home
last modified time | relevance | path

Searched refs:pcre2_set_heap_limit (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2.h632 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
900 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_) macro
H A Dpcre2_context.c435 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit() function
H A Dpcre2.h.generic634 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
902 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_)
H A Dpcre2.h.in634 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
902 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_) macro
H A Dpcre2grep.c4251 if (heap_limit != PCRE2_UNSET) pcre2_set_heap_limit(match_context, heap_limit); in main()
/aosp_15_r20/external/pcre/
H A DMakefile.am83 doc/html/pcre2_set_heap_limit.html \
182 doc/pcre2_set_heap_limit.3 \
H A DNEWS306 pcre2_set_heap_limit() or (*LIMIT_HEAP=xxx). The "recursion limit" is retained,
H A DREADME273 pcre2_set_heap_limit).
H A DMakefile.in1109 doc/html/pcre2_set_heap_limit.html \
1207 doc/pcre2_set_heap_limit.3 \
H A DChangeLog1699 pcre2_set_heap_limit() or (*LIMIT_HEAP=xxx). Upgraded pcre2test to show the
/aosp_15_r20/external/pcre/doc/html/
H A DREADME.txt273 pcre2_set_heap_limit).
/aosp_15_r20/external/pcre/doc/
H A Dpcre2test.txt1461 values in the match context via pcre2_set_heap_limit(),
H A Dpcre2.txt323 int pcre2_set_heap_limit(pcre2_match_context *mcontext,
1056 int pcre2_set_heap_limit(pcre2_match_context *mcontext,
1154 rectly by calling pcre2_set_heap_limit().
1220 pcre2_set_heap_limit() above.