1PCRE2_CONVERT_CONTEXT_FREE(3L)ibrary Functions ManuaPlCRE2_CONVERT_CONTEXT_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_convert_context_free(pcre2_convert_context *cvcontext);
13

DESCRIPTION

15
16       This  function  is  part  of  an experimental set of pattern conversion
17       functions.  It frees the memory occupied by a  convert  context,  using
18       the  memory freeing function from the general context with which it was
19       created, or free() if that was not set. If the argument  is  NULL,  the
20       function returns immediately without doing anything.
21
22       The pattern conversion functions are described in the pcre2convert doc‐
23       umentation.
24
25
26
27PCRE2 10.32                      28 June 2018    PCRE2_CONVERT_CONTEXT_FREE(3)
Impressum