pcre2_serialize_decode ( codes number_of_codes bytes gcontext -- int32_t )


Vocabulary
pcre2.ffi

Inputs
codesan object
number_of_codesan object
bytesan object
gcontextan object


Outputs
int32_tan object


Definition


LIBRARY: pcre2 FUNCTION-ALIAS: pcre2_serialize_decode
int32_t pcre2_serialize_decode_8
( pcre2_code** codes, int32_t number_of_codes, uint8_t*
bytes, pcre2_general_context* gcontext )