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

NAME

6       PCRE - Perl-compatible regular expressions
7

SYNOPSIS

9
10       #include <pcre.h>
11
12       int pcre_refcount(pcre *code, int adjust);
13

DESCRIPTION

15
16       This function is used to maintain a reference count inside a data block
17       that contains a compiled pattern. Its arguments are:
18
19         code                      Compiled regular expression
20         adjust                    Adjustment to reference value
21
22       The yield of the function is the adjusted  reference  value,  which  is
23       constrained to lie between 0 and 65535.
24
25       There  is  a complete description of the PCRE native API in the pcreapi
26       page and a description of the POSIX API in the pcreposix page.
27
28
29
30                                                              PCRE_REFCOUNT(3)
Impressum