Manpage of 'pcre_refcount' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for pcre_refcount
Other pages
for pcre_refcount
More pages
containing pcre_refcount

Section 3 manual page or howto for 'pcre_refcount'  

PCRE_REFCOUNT(3)					      PCRE_REFCOUNT(3)



NAME
       PCRE - Perl-compatible regular expressions

SYNOPSIS

       #include <pcre.h>

       int pcre_refcount(pcre *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

       The yield of the function is the adjusted  reference  value,  which  is
       constrained to lie between 0 and 65535.

       There  is  a complete description of the PCRE native API in the pcreapi
       page and a description of the POSIX API in the pcreposix page.



							      PCRE_REFCOUNT(3)

NAME - SYNOPSIS - DESCRIPTION -  
A random manual page         All manual pages        All RFC pages