| 61 |
<pre> |
<pre> |
| 62 |
<i>flags</i> Bits indicating which fields are set |
<i>flags</i> Bits indicating which fields are set |
| 63 |
<i>study_data</i> Opaque data from <b>pcre_study()</b> |
<i>study_data</i> Opaque data from <b>pcre_study()</b> |
| 64 |
<i>match_limit</i> Limit on internal recursion |
<i>match_limit</i> Limit on internal resource use |
| 65 |
|
<i>match_limit_recursion</i> Limit on internal recursion depth |
| 66 |
<i>callout_data</i> Opaque data passed back to callouts |
<i>callout_data</i> Opaque data passed back to callouts |
| 67 |
<i>tables</i> Points to character tables or is NULL |
<i>tables</i> Points to character tables or is NULL |
| 68 |
</pre> |
</pre> |
| 69 |
The flag bits are PCRE_EXTRA_STUDY_DATA, PCRE_EXTRA_MATCH_LIMIT, |
The flag bits are PCRE_EXTRA_STUDY_DATA, PCRE_EXTRA_MATCH_LIMIT, |
| 70 |
PCRE_EXTRA_CALLOUT_DATA, and PCRE_EXTRA_TABLES. |
PCRE_EXTRA_MATCH_LIMIT_RECURSION, PCRE_EXTRA_CALLOUT_DATA, and |
| 71 |
|
PCRE_EXTRA_TABLES. |
| 72 |
</P> |
</P> |
| 73 |
<P> |
<P> |
| 74 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |