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

  /external/pcre/dist2/src/
pcre2demo.c 190 pcre2_match_data_free(match_data); /* Release memory used for the match */
304 pcre2_match_data_free(match_data); /* Release the memory that was used */
390 pcre2_match_data_free(match_data);
430 pcre2_match_data_free(match_data);
pcre2_match_data.c 93 pcre2_match_data_free(pcre2_match_data *match_data) function
pcre2posix.c 209 pcre2_match_data_free(preg->re_match_data);
pcre2.h.generic 478 PCRE2_EXP_DECL void pcre2_match_data_free(pcre2_match_data *); \
626 #define pcre2_match_data_free PCRE2_SUFFIX(pcre2_match_data_free_)
    [all...]
pcre2.h.in 478 PCRE2_EXP_DECL void pcre2_match_data_free(pcre2_match_data *); \
626 #define pcre2_match_data_free PCRE2_SUFFIX(pcre2_match_data_free_)
    [all...]
pcre2_substitute.c 830 if (match_data_created) pcre2_match_data_free(match_data);
pcre2grep.c     [all...]
  /external/pcre/dist2/
Makefile.am 57 doc/html/pcre2_match_data_free.html \
138 doc/pcre2_match_data_free.3 \
  /external/selinux/libselinux/src/
regex.c 201 pcre2_match_data_free(regex->match_data);
  /external/pcre/pcrecpp/
pcrecpp.cc 332 pcre2_match_data_free);
  /system/sepolicy/tools/
check_seapp.c 608 pcre2_match_data_free(m->regex.match_data);

Completed in 1248 milliseconds