| 38 |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
| 39 |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
| 40 |
Internal recursion depth limit |
Internal recursion depth limit |
| 41 |
PCRE_CONFIG_NEWLINE Value of the newline sequence: |
PCRE_CONFIG_NEWLINE Value of the default newline sequence: |
| 42 |
13 (0x000d) for CR |
13 (0x000d) for CR |
| 43 |
10 (0x000a) for LF |
10 (0x000a) for LF |
| 44 |
3338 (0x0d0a) for CRLF |
3338 (0x0d0a) for CRLF |
| 45 |
-2 for ANYCRLF |
-2 for ANYCRLF |
| 46 |
-1 for ANY |
-1 for ANY |
| 47 |
|
PCRE_CONFIG_BSR Indicates what \R matches by default: |
| 48 |
|
0 all Unicode line endings |
| 49 |
|
1 CR, LF, or CRLF only |
| 50 |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
| 51 |
Threshold of return slots, above |
Threshold of return slots, above |
| 52 |
which <b>malloc()</b> is used by |
which <b>malloc()</b> is used by |