Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2.h622 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
887 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_) macro
Dpcre2_context.c419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit() function
Dpcre2.h.in622 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
887 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_) macro
Dpcre2.h.generic622 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
887 #define pcre2_set_heap_limit PCRE2_SUFFIX(pcre2_set_heap_limit_)
Dpcre2grep.c4133 if (heap_limit != PCRE2_UNSET) pcre2_set_heap_limit(match_context, heap_limit); in main()
/external/pcre/
DMakefile.am82 doc/html/pcre2_set_heap_limit.html \
178 doc/pcre2_set_heap_limit.3 \
DNEWS227 pcre2_set_heap_limit() or (*LIMIT_HEAP=xxx). The "recursion limit" is retained,
DREADME263 pcre2_set_heap_limit).
DMakefile.in1027 doc/html/pcre2_set_heap_limit.html \
1123 doc/pcre2_set_heap_limit.3 \
DChangeLog1316 pcre2_set_heap_limit() or (*LIMIT_HEAP=xxx). Upgraded pcre2test to show the
/external/pcre/doc/html/
DREADME.txt263 pcre2_set_heap_limit).
/external/pcre/doc/
Dpcre2test.txt1420 values in the match context via pcre2_set_heap_limit(),
Dpcre2.txt308 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.