| 1 |
<html> |
<html> |
| 2 |
<!-- This is a manually maintained file that is the root of the HTML version of |
<!-- This is a manually maintained file that is the root of the HTML version of |
| 3 |
the PCRE documentation. When the HTML documents are built from the man |
the PCRE documentation. When the HTML documents are built from the man |
| 4 |
page versions, the entire doc/html directory is emptied, this file is then |
page versions, the entire doc/html directory is emptied, this file is then |
| 5 |
copied into doc/html/index.html, and the remaining files therein are |
copied into doc/html/index.html, and the remaining files therein are |
| 6 |
created by the 132html script. |
created by the 132html script. |
| 7 |
--> |
--> |
| 8 |
<head> |
<head> |
| 9 |
<title>PCRE specification</title> |
<title>PCRE specification</title> |
| 10 |
</head> |
</head> |
| 86 |
</table> |
</table> |
| 87 |
|
|
| 88 |
<p> |
<p> |
| 89 |
There are also individual pages that summarize the interface for each function |
There are also individual pages that summarize the interface for each function |
| 90 |
in the library. There is a single page for each pair of 8-bit/16-bit functions. |
in the library. There is a single page for each pair of 8-bit/16-bit functions. |
| 91 |
</p> |
</p> |
| 92 |
|
|
| 93 |
<table> |
<table> |
| 94 |
|
|
| 95 |
<tr><td><a href="pcre_assign_jit_stack.html">pcre_assign_jit_stack</a></td> |
<tr><td><a href="pcre_assign_jit_stack.html">pcre_assign_jit_stack</a></td> |
| 96 |
<td> Assign stack for JIT matching</td></tr> |
<td> Assign stack for JIT matching</td></tr> |
| 153 |
|
|
| 154 |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
| 155 |
<td> Build character tables in current locale</td></tr> |
<td> Build character tables in current locale</td></tr> |
| 156 |
|
|
| 157 |
<tr><td><a href="pcre_pattern_to_host_byte_order.html">pcre_pattern_to_host_byte_order</a></td> |
<tr><td><a href="pcre_pattern_to_host_byte_order.html">pcre_pattern_to_host_byte_order</a></td> |
| 158 |
<td> Convert compiled pattern to host byte order if necessary</td></tr> |
<td> Convert compiled pattern to host byte order if necessary</td></tr> |
| 159 |
|
|