blob: 07986b97233be08e94e944e934e85e2f0f38c0b0 [file] [log] [blame]
Elliott Hughes2dbd7d22020-06-03 14:32:37 -07001.TH PCRE2_MAKETABLES_FREE 3 "02 September 2019" "PCRE2 10.34"
2.SH NAME
3PCRE2 - Perl-compatible regular expressions (revised API)
4.SH SYNOPSIS
5.rs
6.sp
7.B #include <pcre2.h>
8.PP
9.nf
10.B void pcre2_maketables_free(pcre2_general_context *\fIgcontext\fP,
11.B " const uint8_t *\fItables\fP);"
12.fi
13.
14.SH DESCRIPTION
15.rs
16.sp
17This function discards a set of character tables that were created by a call
18to
19.\" HREF
20\fBpcre2_maketables()\fP.
21.\"
22.P
23The \fIgcontext\fP parameter should match what was used in that call to
24account for any custom allocators that might be in use; if it is NULL
25the system \fBfree()\fP is used.
26.P
27There is a complete description of the PCRE2 native API in the
28.\" HREF
29\fBpcre2api\fP
30.\"
31page.