File size: 1,513 Bytes
e996a55 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
[
{
"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"
}
] |