Home
last modified time | relevance | path

Searched refs:pcre2_set_depth_limit (Results 1 – 11 of 11) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_context.c433 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit() function
452 return pcre2_set_depth_limit(mcontext, limit); in pcre2_set_recursion_limit()
Dpcre2_fuzzsupport.c185 (void)pcre2_set_depth_limit(match_context, 100); in LLVMFuzzerTestOneInput()
Dpcre2.h.in620 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
884 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_) macro
Dpcre2.h.generic620 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
884 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_)
Dpcre2grep.c4135 if (depth_limit > 0) pcre2_set_depth_limit(match_context, depth_limit); in main()
/third_party/pcre2/pcre2/
DMakefile.am79 doc/html/pcre2_set_depth_limit.html \
175 doc/pcre2_set_depth_limit.3 \
DREADME253 pcre2_set_depth_limit).
DChangeLog1234 (*LIMIT_DEPTH), pcre2_set_depth_limit(), etc) but the old names are still
/third_party/pcre2/pcre2/doc/html/
DREADME.txt253 pcre2_set_depth_limit).
/third_party/pcre2/pcre2/doc/
Dpcre2test.txt1421 pcre2_set_match_limit(), or pcre2_set_depth_limit() until it finds the
Dpcre2.txt130 pcre2_set_depth_limit() that can be used to restrict the amount of mem-
314 int pcre2_set_depth_limit(pcre2_match_context *mcontext,
435 first is replaced by pcre2_set_depth_limit(); the second is no longer
1091 int pcre2_set_depth_limit(pcre2_match_context *mcontext,
1179 ther details are given with pcre2_set_depth_limit() above.