Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
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); 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:code Compiled regular expression
adjust Adjustment to reference value
24 June 2012 | PCRE 8.30 |