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 |
25 |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
26 |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
27 |
Internal recursion depth limit |
Internal recursion depth limit |
28 |
PCRE_CONFIG_NEWLINE Value of the newline sequence |
PCRE_CONFIG_NEWLINE Value of the 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_POSIX_MALLOC_THRESHOLD |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
35 |
Threshold of return slots, above |
Threshold of return slots, above |
36 |
which \fBmalloc()\fR is used by |
which \fBmalloc()\fR is used by |