| 48 |
PCRE_NO_UTF8_CHECK Do not check the subject for UTF-8 |
PCRE_NO_UTF8_CHECK Do not check the subject for UTF-8 |
| 49 |
validity (only relevant if PCRE_UTF8 |
validity (only relevant if PCRE_UTF8 |
| 50 |
was set at compile time) |
was set at compile time) |
| 51 |
PCRE_PARTIAL Return PCRE_ERROR_PARTIAL for a partial match |
PCRE_PARTIAL ) Return PCRE_ERROR_PARTIAL for a partial match |
| 52 |
|
PCRE_PARTIAL_SOFT ) if no full matches are found |
| 53 |
|
PCRE_PARTIAL_HARD Return PCRE_ERROR_PARTIAL for a partial match |
| 54 |
|
even if there is a full match as well |
| 55 |
.sp |
.sp |
| 56 |
For details of partial matching, see the |
For details of partial matching, see the |
| 57 |
.\" HREF |
.\" HREF |
| 58 |
\fBpcrepartial\fP |
\fBpcrepartial\fP |
| 59 |
.\" |
.\" |
| 60 |
page. |
page. A \fBpcre_extra\fP structure contains the following fields: |
|
.P |
|
|
A \fBpcre_extra\fP structure contains the following fields: |
|
| 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 |