| 61 |
.sp |
.sp |
| 62 |
\fIflags\fP Bits indicating which fields are set |
\fIflags\fP Bits indicating which fields are set |
| 63 |
\fIstudy_data\fP Opaque data from \fBpcre_study()\fP |
\fIstudy_data\fP Opaque data from \fBpcre_study()\fP |
| 64 |
\fImatch_limit\fP Limit on internal recursion |
\fImatch_limit\fP Limit on internal resource use |
| 65 |
|
\fImatch_limit_recursion\fP Limit on internal recursion depth |
| 66 |
\fIcallout_data\fP Opaque data passed back to callouts |
\fIcallout_data\fP Opaque data passed back to callouts |
| 67 |
\fItables\fP Points to character tables or is NULL |
\fItables\fP Points to character tables or is NULL |
| 68 |
.sp |
.sp |
| 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. For DFA matching, the |
PCRE_EXTRA_MATCH_LIMIT_RECURSION, PCRE_EXTRA_CALLOUT_DATA, and |
| 71 |
\fImatch_limit\fP field is not used, and must not be set. |
PCRE_EXTRA_TABLES. For DFA matching, the \fImatch_limit\fP and |
| 72 |
|
\fImatch_limit_recursion\fP fields are not used, and must not be set. |
| 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 |
| 75 |
.\" HREF |
.\" HREF |