Home
last modified time | relevance | path

Searched refs:pcre2_match_data_free (Results 1 – 13 of 13) sorted by relevance

/external/pcre/dist2/src/
Dpcre2demo.c190 pcre2_match_data_free(match_data); /* Release memory used for the match */ in main()
224 pcre2_match_data_free(match_data); in main()
319 pcre2_match_data_free(match_data); /* Release the memory that was used */ in main()
428 pcre2_match_data_free(match_data); in main()
453 pcre2_match_data_free(match_data); in main()
483 pcre2_match_data_free(match_data); in main()
Dpcre2_match_data.c93 pcre2_match_data_free(pcre2_match_data *match_data) in pcre2_match_data_free() function
Dpcre2posix.c210 pcre2_match_data_free(preg->re_match_data); in regfree()
Dpcre2_fuzzsupport.c277 if (match_data != NULL) pcre2_match_data_free(match_data); in LLVMFuzzerTestOneInput()
Dpcre2_substitute.c865 if (match_data_created) pcre2_match_data_free(match_data); in pcre2_substitute()
Dpcre2.h.generic673 pcre2_match_data_free(pcre2_match_data *); \
854 #define pcre2_match_data_free PCRE2_SUFFIX(pcre2_match_data_free_)
Dpcre2.h.in673 pcre2_match_data_free(pcre2_match_data *); \
854 #define pcre2_match_data_free PCRE2_SUFFIX(pcre2_match_data_free_) macro
Dpcre2grep.c4313 pcre2_match_data_free(match_data); in main()
/external/pcre/dist2/
DMakefile.am65 doc/html/pcre2_match_data_free.html \
158 doc/pcre2_match_data_free.3 \
DMakefile.in905 doc/html/pcre2_match_data_free.html \
998 doc/pcre2_match_data_free.3 \
/external/selinux/libselinux/src/
Dregex.c207 pcre2_match_data_free(regex->match_data); in regex_data_free()
/external/pcre/pcrecpp/
Dpcrecpp.cc332 pcre2_match_data_free); in TryMatch()
/external/pcre/dist2/doc/
Dpcre2.txt224 void pcre2_match_data_free(pcre2_match_data *match_data);
2321 void pcre2_match_data_free(pcre2_match_data *match_data);
2373 by calling pcre2_match_data_free(). If this function is called with a
5087 pcre2_match_data_free(match_data);