--- embedaddon/pcre/doc/html/pcre_free_substring_list.html 2012/02/21 23:05:52 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_free_substring_list.html 2013/07/22 08:25:57 1.1.1.3 @@ -21,13 +21,19 @@ SYNOPSIS

void pcre_free_substring_list(const char **stringptr);

+

+void pcre16_free_substring_list(PCRE_SPTR16 *stringptr); +

+

+void pcre32_free_substring_list(PCRE_SPTR32 *stringptr); +


DESCRIPTION

This is a convenience function for freeing the store obtained by a previous -call to pcre_get_substring_list(). Its only argument is a pointer to the -list of string pointers. +call to pcre[16|32]_get_substring_list(). Its only argument is a pointer to +the list of string pointers.

There is a complete description of the PCRE native API in the