pcre_refcount (3) Linux Manual Page
PCRE – Perl-compatible regular expressions
Synopsis
#include <pcre.h>
int pcre_refcount(pcre *code, int adjust);
int pcre16_refcount(pcre16 *code, int adjust);
int pcre32_refcount(pcre32 *code, int adjust);
Description
This function is used to maintain a reference count inside a data block that contains a compiled pattern. Its arguments are:
