Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_fuzzsupport.c180 (void)pcre2_set_match_limit(match_context, 100); in LLVMFuzzerTestOneInput()
Dpcre2_context.c414 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit() function
Dpcre2.h.in612 pcre2_set_match_limit(pcre2_match_context *, uint32_t); \
870 #define pcre2_set_match_limit PCRE2_SUFFIX(pcre2_set_match_limit_) macro
Dpcre2.h.generic612 pcre2_set_match_limit(pcre2_match_context *, uint32_t); \
870 #define pcre2_set_match_limit PCRE2_SUFFIX(pcre2_set_match_limit_)
Dpcre2grep.c3987 if (match_limit > 0) pcre2_set_match_limit(match_context, match_limit); in main()
/external/pcre/dist2/
DMakefile.am81 doc/html/pcre2_set_match_limit.html \
174 doc/pcre2_set_match_limit.3 \
DREADME241 discussion in the pcre2api man page (search for pcre2_set_match_limit).
DMakefile.in921 doc/html/pcre2_set_match_limit.html \
1014 doc/pcre2_set_match_limit.3 \
/external/pcre/pcrecpp/
Dpcrecpp.cc323 pcre2_set_match_limit(match_context.get(), options_.match_limit()); in TryMatch()
/external/pcre/dist2/doc/
Dpcre2test.txt1294 pcre2_set_match_limit(), or pcre2_set_depth_limit() until it finds the
1301 cannot be found because pcre2_set_match_limit() etc. are only able to
Dpcre2.txt122 vides some protection against this: see the pcre2_set_match_limit()
302 int pcre2_set_match_limit(pcre2_match_context *mcontext,
1008 int pcre2_set_match_limit(pcre2_match_context *mcontext,
1175 pcre2_match(). Further details are given with pcre2_set_match_limit()
/external/pcre/dist2/doc/html/
DREADME.txt241 discussion in the pcre2api man page (search for pcre2_set_match_limit).