table of contents
PCRE_REFCOUNT(3) | Library Functions Manual | PCRE_REFCOUNT(3) |
NAME¶
PCRE - Perl-compatible regular expressionsSYNOPSIS¶
#include <pcre.h> int pcre_refcount(pcre *code, int adjust); int pcre16_refcount(pcre16 *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:code Compiled regular expression
adjust Adjustment to reference value