| 10 |
.B pcre_extra *pcre_study(const pcre *\fIcode\fP, int \fIoptions\fP, |
.B pcre_extra *pcre_study(const pcre *\fIcode\fP, int \fIoptions\fP, |
| 11 |
.ti +5n |
.ti +5n |
| 12 |
.B const char **\fIerrptr\fP); |
.B const char **\fIerrptr\fP); |
| 13 |
|
.PP |
| 14 |
|
.B pcre16_extra *pcre16_study(const pcre16 *\fIcode\fP, int \fIoptions\fP, |
| 15 |
|
.ti +5n |
| 16 |
|
.B const char **\fIerrptr\fP); |
| 17 |
. |
. |
| 18 |
.SH DESCRIPTION |
.SH DESCRIPTION |
| 19 |
.rs |
.rs |
| 22 |
be extracted that might speed up matching. Its arguments are: |
be extracted that might speed up matching. Its arguments are: |
| 23 |
.sp |
.sp |
| 24 |
\fIcode\fP A compiled regular expression |
\fIcode\fP A compiled regular expression |
| 25 |
\fIoptions\fP Options for \fBpcre_study()\fP |
\fIoptions\fP Options for \fBpcre[16]_study()\fP |
| 26 |
\fIerrptr\fP Where to put an error message |
\fIerrptr\fP Where to put an error message |
| 27 |
.sp |
.sp |
| 28 |
If the function succeeds, it returns a value that can be passed to |
If the function succeeds, it returns a value that can be passed to |
| 29 |
\fBpcre_exec()\fP or \fBpcre_dfa_exec()\fP via their \fIextra\fP arguments. |
\fBpcre[16]_exec()\fP or \fBpcre[16]_dfa_exec()\fP via their \fIextra\fP |
| 30 |
|
arguments. |
| 31 |
.P |
.P |
| 32 |
If the function returns NULL, either it could not find any additional |
If the function returns NULL, either it could not find any additional |
| 33 |
information, or there was an error. You can tell the difference by looking at |
information, or there was an error. You can tell the difference by looking at |