| 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 default newline sequence: |
| 29 |
13 (0x000d) for CR |
13 (0x000d) for CR |
| 30 |
10 (0x000a) for LF |
10 (0x000a) for LF |
| 31 |
3338 (0x0d0a) for CRLF |
3338 (0x0d0a) for CRLF |
| 32 |
-2 for ANYCRLF |
-2 for ANYCRLF |
| 33 |
-1 for ANY |
-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 |