7 |
<p> |
<p> |
8 |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |
9 |
</p> |
</p> |
10 |
<p> |
<p> |
11 |
This page is part of the PCRE HTML documentation. It was generated automatically |
This page is part of the PCRE HTML documentation. It was generated automatically |
12 |
from the original man page. If there is any nonsense in it, please consult the |
from the original man page. If there is any nonsense in it, please consult the |
13 |
man page, in case the conversion went wrong. |
man page, in case the conversion went wrong. |
14 |
<br> |
<br> |
15 |
<br><b> |
<br><b> |
16 |
SYNOPSIS |
SYNOPSIS |
17 |
</b><br> |
</b><br> |
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 character |
PCRE_CONFIG_NEWLINE Value of the newline sequence: |
42 |
|
13 (0x000d) for CR |
43 |
|
10 (0x000a) for LF |
44 |
|
3338 (0x0d0a) for CRLF |
45 |
|
-1 for ANY |
46 |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
47 |
Threshold of return slots, above |
Threshold of return slots, above |
48 |
which <b>malloc()</b> is used by |
which <b>malloc()</b> is used by |