File size: 2,023 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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
[
{
"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"
}
] |