Diff for /embedaddon/pcre/doc/html/pcre_pattern_to_host_byte_order.html between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 23:50:25 version 1.1.1.3, 2014/06/15 19:46:05
Line 20  SYNOPSIS Line 20  SYNOPSIS
 </P>  </P>
 <P>  <P>
 <b>int pcre_pattern_to_host_byte_order(pcre *<i>code</i>,</b>  <b>int pcre_pattern_to_host_byte_order(pcre *<i>code</i>,</b>
<b>pcre_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b><b>     pcre_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
</P><br>
<P><br>
 <b>int pcre16_pattern_to_host_byte_order(pcre16 *<i>code</i>,</b>  <b>int pcre16_pattern_to_host_byte_order(pcre16 *<i>code</i>,</b>
<b>pcre16_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b><b>     pcre16_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
 <br>
 <br>
 <b>int pcre32_pattern_to_host_byte_order(pcre32 *<i>code</i>,</b>
 <b>     pcre32_extra *<i>extra</i>, const unsigned char *<i>tables</i>);</b>
 </P>  </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
Line 36  pattern that has been compiled on one host is transfer Line 40  pattern that has been compiled on one host is transfer
 have different endianness. The arguments are:  have different endianness. The arguments are:
 <pre>  <pre>
   <i>code</i>         A compiled regular expression    <i>code</i>         A compiled regular expression
  <i>extra</i>        Points to an associated <b>pcre[16]_extra</b> structure,  <i>extra</i>        Points to an associated <b>pcre[16|32]_extra</b> structure,
                  or is NULL                   or is NULL
   <i>tables</i>       Pointer to character tables, or NULL to    <i>tables</i>       Pointer to character tables, or NULL to
                  set the built-in default                   set the built-in default

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3


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