Home
last modified time | relevance | path

Searched refs:pcre2_substring_list_free (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2.h737 pcre2_substring_list_free(PCRE2_UCHAR **); \
917 #define pcre2_substring_list_free PCRE2_SUFFIX(pcre2_substring_list_free_) macro
H A Dpcre2_substring.c448 pcre2_substring_list_free(PCRE2_UCHAR **list) in pcre2_substring_list_free() function
H A Dpcre2.h.generic739 pcre2_substring_list_free(PCRE2_UCHAR **); \
920 #define pcre2_substring_list_free PCRE2_SUFFIX(pcre2_substring_list_free_)
H A Dpcre2.h.in739 pcre2_substring_list_free(PCRE2_UCHAR **); \
920 #define pcre2_substring_list_free PCRE2_SUFFIX(pcre2_substring_list_free_) macro
/aosp_15_r20/external/pcre/
H A DMakefile.am102 doc/html/pcre2_substring_list_free.html \
201 doc/pcre2_substring_list_free.3 \
H A DMakefile.in1127 doc/html/pcre2_substring_list_free.html \
1225 doc/pcre2_substring_list_free.3 \
H A DChangeLog290 6. The prototype for pcre2_substring_list_free() specified its argument as
293 changed the argument of pcre2_substring_list_free() to be PCRE2_UCHAR ** to
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt363 void pcre2_substring_list_free(PCRE2_UCHAR **list);
617 pcre2_substring_free() and pcre2_substring_list_free() are also pro-
3344 void pcre2_substring_list_free(PCRE2_UCHAR **list);
3364 should be freed by calling pcre2_substring_list_free().