From b03dbaae48971b62fe6ce174a8dfbbcaf1314d7e Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Fri, 26 Oct 2018 19:26:30 +0100 Subject: New upstream version 10.32 --- doc/html/pcre2_serialize_decode.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/html/pcre2_serialize_decode.html') diff --git a/doc/html/pcre2_serialize_decode.html b/doc/html/pcre2_serialize_decode.html index 688398f..cff6e6c 100644 --- a/doc/html/pcre2_serialize_decode.html +++ b/doc/html/pcre2_serialize_decode.html @@ -28,7 +28,10 @@ DESCRIPTION

This function decodes a serialized set of compiled patterns back into a list of -individual patterns. Its arguments are: +individual patterns. This is possible only on a host that is running the same +version of PCRE2, with the same code unit width, and the host must also have +the same endianness, pointer width and PCRE2_SIZE type. The arguments for +pcre2_serialize_decode() are:

   codes            pointer to a vector in which to build the list
   number_of_codes  number of slots in the vector
@@ -54,8 +57,8 @@ on a system with different endianness.
 

There is a complete description of the PCRE2 native API in the pcre2api -page and a description of the POSIX API in the -pcre2posix +page and a description of the serialization functions in the +pcre2serialize page.

Return to the PCRE2 index page. -- cgit v1.2.3