| 50 |
.sp |
.sp |
| 51 |
\fIflags\fP Bits indicating which fields are set |
\fIflags\fP Bits indicating which fields are set |
| 52 |
\fIstudy_data\fP Opaque data from \fBpcre_study()\fP |
\fIstudy_data\fP Opaque data from \fBpcre_study()\fP |
| 53 |
\fImatch_limit\fP Limit on internal recursion |
\fImatch_limit\fP Limit on internal resource use |
| 54 |
|
\fImatch_limit_recursion\fP Limit on internal recursion depth |
| 55 |
\fIcallout_data\fP Opaque data passed back to callouts |
\fIcallout_data\fP Opaque data passed back to callouts |
| 56 |
\fItables\fP Points to character tables or is NULL |
\fItables\fP Points to character tables or is NULL |
| 57 |
.sp |
.sp |
| 58 |
The flag bits are PCRE_EXTRA_STUDY_DATA, PCRE_EXTRA_MATCH_LIMIT, |
The flag bits are PCRE_EXTRA_STUDY_DATA, PCRE_EXTRA_MATCH_LIMIT, |
| 59 |
PCRE_EXTRA_CALLOUT_DATA, and PCRE_EXTRA_TABLES. |
PCRE_EXTRA_MATCH_LIMIT_RECURSION, PCRE_EXTRA_CALLOUT_DATA, and |
| 60 |
|
PCRE_EXTRA_TABLES. |
| 61 |
.P |
.P |
| 62 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |
| 63 |
.\" HREF |
.\" HREF |