/[pcre]/code/trunk/doc/pcre_copy_named_substring.3
ViewVC logotype

Diff of /code/trunk/doc/pcre_copy_named_substring.3

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 99 by ph10, Tue Mar 6 12:27:42 2007 UTC revision 868 by ph10, Fri Jan 13 17:16:32 2012 UTC
# Line 14  PCRE - Perl-compatible regular expressio Line 14  PCRE - Perl-compatible regular expressio
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
# Line 23  by name, into a given buffer. The argume Line 31  by name, into a given buffer. The argume
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

Legend:
Removed from v.99  
changed lines
  Added in v.868

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12