pcre2 / injectable_functions /pcre2_serialize_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
864071c verified
[
{
"function_name": "pcre2_serialize_encode",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes,\n uint8_t **serialized_bytes, PCRE2_SIZE *serialized_size,\n pcre2_general_context *gcontext)",
"test_filename": "tests_pcre2_serialize_pcre2_serialize_encode.c"
},
{
"function_name": "pcre2_serialize_decode",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes,\n const uint8_t *bytes, pcre2_general_context *gcontext)",
"test_filename": "tests_pcre2_serialize_pcre2_serialize_decode.c"
},
{
"function_name": "pcre2_serialize_get_number_of_codes",
"function_signature": "PCRE2_CALL_CONVENTION pcre2_serialize_get_number_of_codes(const uint8_t *bytes)",
"test_filename": "tests_pcre2_serialize_pcre2_serialize_get_number_of_codes.c"
}
]