7 |
.B #include <pcre.h> |
.B #include <pcre.h> |
8 |
.PP |
.PP |
9 |
.SM |
.SM |
|
.br |
|
10 |
.B int pcre_config(int \fIwhat\fP, void *\fIwhere\fP); |
.B int pcre_config(int \fIwhat\fP, void *\fIwhere\fP); |
11 |
. |
. |
12 |
.SH DESCRIPTION |
.SH DESCRIPTION |
23 |
.sp |
.sp |
24 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
25 |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
26 |
PCRE_CONFIG_NEWLINE Value of the newline character |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
27 |
|
Internal recursion depth limit |
28 |
|
PCRE_CONFIG_NEWLINE Value of the default newline sequence: |
29 |
|
13 (0x000d) for CR |
30 |
|
10 (0x000a) for LF |
31 |
|
3338 (0x0d0a) for CRLF |
32 |
|
-2 for ANYCRLF |
33 |
|
-1 for ANY |
34 |
|
PCRE_CONFIG_BSR Indicates what \eR matches by default: |
35 |
|
0 all Unicode line endings |
36 |
|
1 CR, LF, or CRLF only |
37 |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
38 |
Threshold of return slots, above |
Threshold of return slots, above |
39 |
which \fBmalloc()\fR is used by |
which \fBmalloc()\fR is used by |