zlib / injectable_functions /gzlib_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
e996a55 verified
[
{
"function_name": "gz_reset",
"function_signature": "local void gz_reset(gz_statep state)",
"test_filename": "tests_gzlib_gz_reset.c"
},
{
"function_name": "if",
"function_signature": "else if (fd == -2) state->fd = _wopen(path, oflag, _S_IREAD | _S_IWRITE); #endif\n else state->fd = fd; if (state->fd == -1)",
"test_filename": "tests_gzlib_if.c"
},
{
"function_name": "gzdopen",
"function_signature": "gzFile ZEXPORT gzdopen(int fd, const char *mode)",
"test_filename": "tests_gzlib_gzdopen.c"
},
{
"function_name": "gzbuffer",
"function_signature": "int ZEXPORT gzbuffer(gzFile file, unsigned size)",
"test_filename": "tests_gzlib_gzbuffer.c"
},
{
"function_name": "gzrewind",
"function_signature": "int ZEXPORT gzrewind(gzFile file)",
"test_filename": "tests_gzlib_gzrewind.c"
},
{
"function_name": "gzseek64",
"function_signature": "z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence)",
"test_filename": "tests_gzlib_gzseek64.c"
},
{
"function_name": "gztell64",
"function_signature": "z_off64_t ZEXPORT gztell64(gzFile file)",
"test_filename": "tests_gzlib_gztell64.c"
},
{
"function_name": "gzoffset64",
"function_signature": "z_off64_t ZEXPORT gzoffset64(gzFile file)",
"test_filename": "tests_gzlib_gzoffset64.c"
},
{
"function_name": "gzeof",
"function_signature": "int ZEXPORT gzeof(gzFile file)",
"test_filename": "tests_gzlib_gzeof.c"
},
{
"function_name": "gzclearerr",
"function_signature": "void ZEXPORT gzclearerr(gzFile file)",
"test_filename": "tests_gzlib_gzclearerr.c"
},
{
"function_name": "gz_error",
"function_signature": "void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg)",
"test_filename": "tests_gzlib_gz_error.c"
},
{
"function_name": "gz_intmax",
"function_signature": "unsigned ZLIB_INTERNAL gz_intmax(void)",
"test_filename": "tests_gzlib_gz_intmax.c"
}
]