--- embedaddon/pcre/doc/html/pcre_pattern_to_host_byte_order.html 2013/07/22 08:25:57 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_pattern_to_host_byte_order.html 2014/06/15 19:46:05 1.1.1.3 @@ -20,15 +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); + pcre32_extra *extra, const unsigned char *tables);


DESCRIPTION