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

  /external/pcre/dist2/src/
pcre2demo.c 47 makes it possible to use generic function names such as pcre2_compile(). Note
137 re = pcre2_compile(
pcre2posix.c 246 preg->re_pcre2_code = pcre2_compile((PCRE2_SPTR)pattern, PCRE2_ZERO_TERMINATED,
pcre2.h.generic 83 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
91 /* The following option bits can be passed only to pcre2_compile(). However,
95 C alters what is compiled by pcre2_compile()
444 pcre2_code *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, \
560 pcre2_compile are called by application code. */
599 #define pcre2_compile PCRE2_SUFFIX(pcre2_compile_)
    [all...]
pcre2.h.in 83 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
91 /* The following option bits can be passed only to pcre2_compile(). However,
95 C alters what is compiled by pcre2_compile()
444 pcre2_code *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, \
560 pcre2_compile are called by application code. */
599 #define pcre2_compile PCRE2_SUFFIX(pcre2_compile_)
    [all...]
pcre2grep.c     [all...]
pcre2_compile.c 8312 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, function
    [all...]
  /external/pcre/dist2/
Makefile.am 30 doc/html/pcre2_compile.html \
111 doc/pcre2_compile.3 \
321 src/pcre2_compile.c \
  /external/pcre/pcrecpp/
pcrecpp.cc 130 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(pattern_.c_str()),
139 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(wrapped.c_str()),
  /external/selinux/libselinux/src/
regex.c 77 (*regex)->regex = pcre2_compile(
  /system/sepolicy/tools/
check_seapp.c 348 km->regex.compiled = pcre2_compile((PCRE2_SPTR) anchored,

Completed in 1889 milliseconds