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

void pcre_free_study(pcre_extra *extra);

+

+void pcre16_free_study(pcre16_extra *extra); +

+

+void pcre32_free_study(pcre32_extra *extra); +


DESCRIPTION

This function is used to free the memory used for the data generated by a call -to pcre_study() when it is no longer needed. The argument must be the +to pcre[16|32]_study() when it is no longer needed. The argument must be the result of such a call.