Searched refs:pcre2_set_depth_limit (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_context.c | 421 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()
|
D | pcre2_fuzzsupport.c | 181 (void)pcre2_set_depth_limit(match_context, 100); in LLVMFuzzerTestOneInput()
|
D | pcre2.h.in | 608 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \ 866 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_) macro
|
D | pcre2.h.generic | 608 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \ 866 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_)
|
D | pcre2grep.c | 3988 if (depth_limit > 0) pcre2_set_depth_limit(match_context, depth_limit); in main()
|
/external/pcre/dist2/ |
D | Makefile.am | 77 doc/html/pcre2_set_depth_limit.html \ 170 doc/pcre2_set_depth_limit.3 \
|
D | README | 253 pcre2_set_depth_limit).
|
D | Makefile.in | 917 doc/html/pcre2_set_depth_limit.html \ 1010 doc/pcre2_set_depth_limit.3 \
|
D | ChangeLog | 387 (*LIMIT_DEPTH), pcre2_set_depth_limit(), etc) but the old names are still
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 253 pcre2_set_depth_limit).
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 1294 pcre2_set_match_limit(), or pcre2_set_depth_limit() until it finds the
|
D | pcre2.txt | 124 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.
|