HomeSort by relevance Sort by last modified time
    Searched refs:pcre2_set_match_limit (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist2/src/
pcre2_context.c 353 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) function
pcre2.h.generic 429 PCRE2_EXP_DECL int pcre2_set_match_limit(pcre2_match_context *, \
636 #define pcre2_set_match_limit PCRE2_SUFFIX(pcre2_set_match_limit_)
    [all...]
pcre2.h.in 429 PCRE2_EXP_DECL int pcre2_set_match_limit(pcre2_match_context *, \
636 #define pcre2_set_match_limit PCRE2_SUFFIX(pcre2_set_match_limit_)
    [all...]
pcre2grep.c     [all...]
  /external/pcre/dist2/
Makefile.am 67 doc/html/pcre2_set_match_limit.html \
148 doc/pcre2_set_match_limit.3 \
  /external/pcre/pcrecpp/
pcrecpp.cc 323 pcre2_set_match_limit(match_context.get(), options_.match_limit());

Completed in 715 milliseconds