Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_context.c421 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit() function
440 return pcre2_set_depth_limit(mcontext, limit); in pcre2_set_recursion_limit()
Dpcre2_fuzzsupport.c181 (void)pcre2_set_depth_limit(match_context, 100); in LLVMFuzzerTestOneInput()
Dpcre2.h.in608 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
866 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_) macro
Dpcre2.h.generic608 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
866 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_)
Dpcre2grep.c3988 if (depth_limit > 0) pcre2_set_depth_limit(match_context, depth_limit); in main()
/external/pcre/dist2/
DMakefile.am77 doc/html/pcre2_set_depth_limit.html \
170 doc/pcre2_set_depth_limit.3 \
DREADME253 pcre2_set_depth_limit).
DMakefile.in917 doc/html/pcre2_set_depth_limit.html \
1010 doc/pcre2_set_depth_limit.3 \
DChangeLog387 (*LIMIT_DEPTH), pcre2_set_depth_limit(), etc) but the old names are still
/external/pcre/dist2/doc/html/
DREADME.txt253 pcre2_set_depth_limit).
/external/pcre/dist2/doc/
Dpcre2test.txt1294 pcre2_set_match_limit(), or pcre2_set_depth_limit() until it finds the
Dpcre2.txt124 pcre2_set_depth_limit() that can be used to restrict the amount of mem-
305 int pcre2_set_depth_limit(pcre2_match_context *mcontext,
422 first is replaced by pcre2_set_depth_limit(); the second is no longer
1043 int pcre2_set_depth_limit(pcre2_match_context *mcontext,
1131 ther details are given with pcre2_set_depth_limit() above.