--- embedaddon/pcre/doc/html/pcre_pattern_to_host_byte_order.html 2012/02/21 23:50:25 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_pattern_to_host_byte_order.html 2014/06/15 19:46:05 1.1.1.3 @@ -20,11 +20,15 @@ SYNOPSIS

int pcre_pattern_to_host_byte_order(pcre *code, -pcre_extra *extra, const unsigned char *tables); -

-

+ pcre_extra *extra, const unsigned char *tables); +
+
int pcre16_pattern_to_host_byte_order(pcre16 *code, -pcre16_extra *extra, const unsigned char *tables); + pcre16_extra *extra, const unsigned char *tables); +
+
+int pcre32_pattern_to_host_byte_order(pcre32 *code, + pcre32_extra *extra, const unsigned char *tables);


DESCRIPTION @@ -36,7 +40,7 @@ pattern that has been compiled on one host is transfer have different endianness. The arguments are:
   code         A compiled regular expression
-  extra        Points to an associated pcre[16]_extra structure,
+  extra        Points to an associated pcre[16|32]_extra structure,
                  or is NULL
   tables       Pointer to character tables, or NULL to
                  set the built-in default