zlib / injectable_functions /infback_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
e996a55 verified
raw
history blame contribute delete
759 Bytes
[
{
"function_name": "inflateBackInit_",
"function_signature": "int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,\n unsigned char FAR *window, const char *version,\n int stream_size)",
"test_filename": "tests_infback_inflateBackInit_.c"
},
{
"function_name": "fixedtables",
"function_signature": "local void fixedtables(struct inflate_state FAR *state)",
"test_filename": "tests_infback_fixedtables.c"
},
{
"function_name": "inflateBack",
"function_signature": "int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,\n out_func out, void FAR *out_desc)",
"test_filename": "tests_infback_inflateBack.c"
}
]