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

void pcre_jit_stack_free(pcre_jit_stack *stack);

+

+void pcre16_jit_stack_free(pcre16_jit_stack *stack); +

+

+void pcre32_jit_stack_free(pcre32_jit_stack *stack); +


DESCRIPTION

This function is used to free a JIT stack that was created by -pcre_jit_stack_alloc() when it is no longer needed. For more details, see -the +pcre[16|32]_jit_stack_alloc() when it is no longer needed. For more details, +see the pcrejit page.