blob: f03c86bbc3e66843d3f0297207b8aee69b961c50 [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001.TH PCRE_JIT_STACK_FREE 3
2.SH NAME
3PCRE - Perl-compatible regular expressions
4.SH SYNOPSIS
5.rs
6.sp
7.B #include <pcre.h>
8.PP
9.SM
10.B void pcre_jit_stack_free(pcre_jit_stack *\fIstack\fP);
11.
12.SH DESCRIPTION
13.rs
14.sp
15This function is used to free a JIT stack that was created by
16\fBpcre_jit_stack_alloc()\fP when it is no longer needed. For more details, see
17the
18.\" HREF
19\fBpcrejit\fP
20.\"
21page.
22.P
23There is a complete description of the PCRE native API in the
24.\" HREF
25\fBpcreapi\fP
26.\"
27page and a description of the POSIX API in the
28.\" HREF
29\fBpcreposix\fP
30.\"
31page.