Diff for /embedaddon/pcre/doc/html/pcre_get_stringtable_entries.html between versions 1.1.1.2 and 1.1.1.4

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.4, 2014/06/15 19:46:05
Line 20  SYNOPSIS Line 20  SYNOPSIS
 </P>  </P>
 <P>  <P>
 <b>int pcre_get_stringtable_entries(const pcre *<i>code</i>,</b>  <b>int pcre_get_stringtable_entries(const pcre *<i>code</i>,</b>
<b>const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b><b>     const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b>
</P><br>
<P><br>
 <b>int pcre16_get_stringtable_entries(const pcre16 *<i>code</i>,</b>  <b>int pcre16_get_stringtable_entries(const pcre16 *<i>code</i>,</b>
<b>PCRE_SPTR16 <i>name</i>, PCRE_UCHAR16 **<i>first</i>, PCRE_UCHAR16 **<i>last</i>);</b><b>     PCRE_SPTR16 <i>name</i>, PCRE_UCHAR16 **<i>first</i>, PCRE_UCHAR16 **<i>last</i>);</b>
 <br>
 <br>
 <b>int pcre32_get_stringtable_entries(const pcre32 *<i>code</i>,</b>
 <b>     PCRE_SPTR32 <i>name</i>, PCRE_UCHAR32 **<i>first</i>, PCRE_UCHAR32 **<i>last</i>);</b>
 </P>  </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
Line 33  DESCRIPTION Line 37  DESCRIPTION
 This convenience function finds, for a compiled pattern, the first and last  This convenience function finds, for a compiled pattern, the first and last
 entries for a given name in the table that translates capturing parenthesis  entries for a given name in the table that translates capturing parenthesis
 names into numbers. When names are required to be unique (PCRE_DUPNAMES is  names into numbers. When names are required to be unique (PCRE_DUPNAMES is
<i>not</i> set), it is usually easier to use <b>pcre[16]_get_stringnumber()</b><i>not</i> set), it is usually easier to use <b>pcre[16|32]_get_stringnumber()</b>
 instead.  instead.
 <pre>  <pre>
   <i>code</i>    Compiled regular expression    <i>code</i>    Compiled regular expression

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>