Annotation of embedaddon/pcre/doc/pcre_jit_stack_free.3, revision 1.1
1.1 ! misho 1: .TH PCRE_JIT_STACK_FREE 3
! 2: .SH NAME
! 3: PCRE - 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
! 15: This 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
! 17: the
! 18: .\" HREF
! 19: \fBpcrejit\fP
! 20: .\"
! 21: page.
! 22: .P
! 23: There is a complete description of the PCRE native API in the
! 24: .\" HREF
! 25: \fBpcreapi\fP
! 26: .\"
! 27: page and a description of the POSIX API in the
! 28: .\" HREF
! 29: \fBpcreposix\fP
! 30: .\"
! 31: page.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>