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

version 1.1.1.1, 2012/02/21 23:50:25 version 1.1.1.2, 2013/07/22 08:25:57
Line 26  SYNOPSIS Line 26  SYNOPSIS
 <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>
 </P>  </P>
   <P>
   <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>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
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.2


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