zlib / injectable_functions /inflate_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
e996a55 verified
[
{
"function_name": "inflateStateCheck",
"function_signature": "local int inflateStateCheck(z_streamp strm)",
"test_filename": "tests_inflate_inflateStateCheck.c"
},
{
"function_name": "inflateResetKeep",
"function_signature": "int ZEXPORT inflateResetKeep(z_streamp strm)",
"test_filename": "tests_inflate_inflateResetKeep.c"
},
{
"function_name": "inflateReset2",
"function_signature": "int ZEXPORT inflateReset2(z_streamp strm, int windowBits)",
"test_filename": "tests_inflate_inflateReset2.c"
},
{
"function_name": "inflateInit2_",
"function_signature": "int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,\n const char *version, int stream_size)",
"test_filename": "tests_inflate_inflateInit2_.c"
},
{
"function_name": "inflatePrime",
"function_signature": "int ZEXPORT inflatePrime(z_streamp strm, int bits, int value)",
"test_filename": "tests_inflate_inflatePrime.c"
},
{
"function_name": "fixedtables",
"function_signature": "local void fixedtables(struct inflate_state FAR *state)",
"test_filename": "tests_inflate_fixedtables.c"
},
{
"function_name": "makefixed",
"function_signature": "void makefixed(void)",
"test_filename": "tests_inflate_makefixed.c"
},
{
"function_name": "updatewindow",
"function_signature": "local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy)",
"test_filename": "tests_inflate_updatewindow.c"
}
]