1PCRE2_CONVERT_CONTEXT_COPY(3L)ibrary Functions ManuaPlCRE2_CONVERT_CONTEXT_COPY(3)
2
3
4

NAME

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

SYNOPSIS

9
10       #include <pcre2.h>
11
12       pcre2_convert_context *pcre2_convert_context_copy(
13         pcre2_convert_context *cvcontext);
14

DESCRIPTION

16
17       This  function  is  part  of  an experimental set of pattern conversion
18       functions.  It makes a new copy of a convert context, using the  memory
19       allocation  function that was used for the original context. The result
20       is NULL if the memory cannot be obtained.
21
22       The pattern conversion functions are described in the pcre2convert doc‐
23       umentation.
24
25
26
27PCRE2 10.30                      10 July 2017    PCRE2_CONVERT_CONTEXT_COPY(3)
Impressum