| 22 |
|
|
| 23 |
The available codes are: |
The available codes are: |
| 24 |
|
|
| 25 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
| 26 |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
| 27 |
PCRE_CONFIG_NEWLINE Value of the newline character |
PCRE_CONFIG_NEWLINE Value of the newline character |
| 28 |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
| 29 |
Threshold of return slots, above |
Threshold of return slots, above |
| 30 |
which \fBmalloc()\fR is used by |
which \fBmalloc()\fR is used by |
| 31 |
the POSIX API |
the POSIX API |
| 32 |
PCRE_CONFIG_UTF8 Availability of UTF-8 support |
PCRE_CONFIG_STACKRECURSE Recursion implementation (1=stack 0=heap) |
| 33 |
|
PCRE_CONFIG_UTF8 Availability of UTF-8 support (1=yes 0=no) |
| 34 |
|
|
| 35 |
The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise. |
The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise. |
| 36 |
|
|