1PCRE2_SERIALIZE_FREE(3) Library Functions Manual PCRE2_SERIALIZE_FREE(3)
2
3
4
6 PCRE2 - Perl-compatible regular expressions (revised API)
7
9
10 #include <pcre2.h>
11
12 void pcre2_serialize_free(uint8_t *bytes);
13
15
16 This function frees the memory that was obtained by pcre2_serial‐
17 ize_encode() to hold a serialized byte stream. The argument must point
18 to such a byte stream or be NULL, in which case the function returns
19 without doing anything.
20
21 There is a complete description of the PCRE2 native API in the pcre2api
22 page and a description of the serialization functions in the pcre2seri‐
23 alize page.
24
25
26
27PCRE2 10.32 27 June 2018 PCRE2_SERIALIZE_FREE(3)