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 */
224 pcre2_match_data_free(match_data);
319 pcre2_match_data_free(match_data); /* Release the memory that was used */
428 pcre2_match_data_free(match_data);
453 pcre2_match_data_free(match_data);
483 pcre2_match_data_free(match_data);
pcre2_match_data.c 93 pcre2_match_data_free(pcre2_match_data *match_data) function
pcre2_fuzzsupport.c 277 if (match_data != NULL) pcre2_match_data_free(match_data);
pcre2posix.c 210 pcre2_match_data_free(preg->re_match_data);
pcre2.h.generic 673 pcre2_match_data_free(pcre2_match_data *); \
    [all...]
pcre2.h.in 673 pcre2_match_data_free(pcre2_match_data *); \
    [all...]
pcre2_substitute.c 865 if (match_data_created) pcre2_match_data_free(match_data);
pcre2grep.c     [all...]
  /external/pcre/dist2/
Makefile.am 65 doc/html/pcre2_match_data_free.html \
158 doc/pcre2_match_data_free.3 \
  /external/selinux/libselinux/src/
regex.c 207 pcre2_match_data_free(regex->match_data);
  /external/pcre/pcrecpp/
pcrecpp.cc 332 pcre2_match_data_free);

Completed in 681 milliseconds