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

  /external/pcre/dist2/src/
pcre2demo.c 191 pcre2_code_free(re); /* data and the compiled pattern. */
305 pcre2_code_free(re); /* for the match data and the pattern. */
391 pcre2_code_free(re);
431 pcre2_code_free(re);
pcre2posix.c 210 pcre2_code_free(preg->re_pcre2_code);
274 pcre2_code_free(preg->re_pcre2_code);
pcre2.h.generic 446 PCRE2_EXP_DECL void pcre2_code_free(pcre2_code *); \
598 #define pcre2_code_free PCRE2_SUFFIX(pcre2_code_free_)
    [all...]
pcre2.h.in 446 PCRE2_EXP_DECL void pcre2_code_free(pcre2_code *); \
598 #define pcre2_code_free PCRE2_SUFFIX(pcre2_code_free_)
    [all...]
pcre2test.c     [all...]
pcre2grep.c 543 if (p->compiled != NULL) pcre2_code_free(p->compiled);
    [all...]
pcre2_compile.c 770 pcre2_code_free(pcre2_code *code) function
    [all...]
  /external/pcre/pcrecpp/
pcrecpp.cc 71 if (re_full_ != NULL) pcre2_code_free(re_full_);
72 if (re_partial_ != NULL) pcre2_code_free(re_partial_);
  /external/pcre/dist2/
Makefile.am 29 doc/html/pcre2_code_free.html \
110 doc/pcre2_code_free.3 \
  /external/selinux/libselinux/src/
regex.c 199 pcre2_code_free(regex->regex);
  /system/sepolicy/tools/
check_seapp.c 360 pcre2_code_free(km->regex.compiled);
604 pcre2_code_free(m->regex.compiled);

Completed in 151 milliseconds