Annotation of embedaddon/pcre/doc/pcre_refcount.3, revision 1.1.1.3
1.1.1.3 ! misho 1: .TH PCRE_REFCOUNT 3 "13 January 2012" "PCRE 8.30"
1.1 misho 2: .SH NAME
3: PCRE - Perl-compatible regular expressions
4: .SH SYNOPSIS
5: .rs
6: .sp
7: .B #include <pcre.h>
8: .PP
9: .SM
10: .B int pcre_refcount(pcre *\fIcode\fP, int \fIadjust\fP);
1.1.1.2 misho 11: .PP
12: .B int pcre16_refcount(pcre16 *\fIcode\fP, int \fIadjust\fP);
1.1 misho 13: .
14: .SH DESCRIPTION
15: .rs
16: .sp
17: This function is used to maintain a reference count inside a data block that
18: contains a compiled pattern. Its arguments are:
19: .sp
20: \fIcode\fP Compiled regular expression
21: \fIadjust\fP Adjustment to reference value
22: .sp
23: The yield of the function is the adjusted reference value, which is constrained
24: to lie between 0 and 65535.
25: .P
26: There is a complete description of the PCRE native API in the
27: .\" HREF
28: \fBpcreapi\fP
29: .\"
30: page and a description of the POSIX API in the
31: .\" HREF
32: \fBpcreposix\fP
33: .\"
34: page.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>