1PCRE2_SERIALIZE_FREE(3)    Library Functions Manual    PCRE2_SERIALIZE_FREE(3)
2
3
4

NAME

6       PCRE2 - Perl-compatible regular expressions (revised API)
7

SYNOPSIS

9
10       #include <pcre2.h>
11
12       void pcre2_serialize_free(uint8_t *bytes);
13

DESCRIPTION

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.
19
20       There is a complete description of the PCRE2 native API in the pcre2api
21       page and a description of the POSIX API in the pcre2posix page.
22
23
24
25PCRE2 10.10                     19 January 2015        PCRE2_SERIALIZE_FREE(3)
Impressum