| 14 |
.B int \fIstringcount\fP, const char *\fIstringname\fP, |
.B int \fIstringcount\fP, const char *\fIstringname\fP, |
| 15 |
.ti +5n |
.ti +5n |
| 16 |
.B char *\fIbuffer\fP, int \fIbuffersize\fP); |
.B char *\fIbuffer\fP, int \fIbuffersize\fP); |
| 17 |
|
.PP |
| 18 |
|
.B int pcre16_copy_named_substring(const pcre16 *\fIcode\fP, |
| 19 |
|
.ti +5n |
| 20 |
|
.B PCRE_SPTR16 \fIsubject\fP, int *\fIovector\fP, |
| 21 |
|
.ti +5n |
| 22 |
|
.B int \fIstringcount\fP, PCRE_SPTR16 \fIstringname\fP, |
| 23 |
|
.ti +5n |
| 24 |
|
.B PCRE_UCHAR16 *\fIbuffer\fP, int \fIbuffersize\fP); |
| 25 |
. |
. |
| 26 |
.SH DESCRIPTION |
.SH DESCRIPTION |
| 27 |
.rs |
.rs |
| 31 |
.sp |
.sp |
| 32 |
\fIcode\fP Pattern that was successfully matched |
\fIcode\fP Pattern that was successfully matched |
| 33 |
\fIsubject\fP Subject that has been successfully matched |
\fIsubject\fP Subject that has been successfully matched |
| 34 |
\fIovector\fP Offset vector that \fBpcre_exec()\fP used |
\fIovector\fP Offset vector that \fBpcre[16]_exec()\fP used |
| 35 |
\fIstringcount\fP Value returned by \fBpcre_exec()\fP |
\fIstringcount\fP Value returned by \fBpcre[16]_exec()\fP |
| 36 |
\fIstringname\fP Name of the required substring |
\fIstringname\fP Name of the required substring |
| 37 |
\fIbuffer\fP Buffer to receive the string |
\fIbuffer\fP Buffer to receive the string |
| 38 |
\fIbuffersize\fP Size of buffer |
\fIbuffersize\fP Size of buffer |