File size: 2,191 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 63 64 65 66 67 |
[
{
"function_name": "gz_load",
"function_signature": "local int gz_load(gz_statep state, unsigned char *buf, unsigned len,\n unsigned *have)",
"test_filename": "tests_gzread_gz_load.c"
},
{
"function_name": "gz_avail",
"function_signature": "local int gz_avail(gz_statep state)",
"test_filename": "tests_gzread_gz_avail.c"
},
{
"function_name": "gz_look",
"function_signature": "local int gz_look(gz_statep state)",
"test_filename": "tests_gzread_gz_look.c"
},
{
"function_name": "gz_decomp",
"function_signature": "local int gz_decomp(gz_statep state)",
"test_filename": "tests_gzread_gz_decomp.c"
},
{
"function_name": "gz_fetch",
"function_signature": "local int gz_fetch(gz_statep state)",
"test_filename": "tests_gzread_gz_fetch.c"
},
{
"function_name": "gz_skip",
"function_signature": "local int gz_skip(gz_statep state, z_off64_t len)",
"test_filename": "tests_gzread_gz_skip.c"
},
{
"function_name": "gz_read",
"function_signature": "local z_size_t gz_read(gz_statep state, voidp buf, z_size_t len)",
"test_filename": "tests_gzread_gz_read.c"
},
{
"function_name": "gzread",
"function_signature": "int ZEXPORT gzread(gzFile file, voidp buf, unsigned len)",
"test_filename": "tests_gzread_gzread.c"
},
{
"function_name": "gzfread",
"function_signature": "z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,\n gzFile file)",
"test_filename": "tests_gzread_gzfread.c"
},
{
"function_name": "gzgetc",
"function_signature": "int ZEXPORT gzgetc(gzFile file)",
"test_filename": "tests_gzread_gzgetc.c"
},
{
"function_name": "gzungetc",
"function_signature": "int ZEXPORT gzungetc(int c, gzFile file)",
"test_filename": "tests_gzread_gzungetc.c"
},
{
"function_name": "gzdirect",
"function_signature": "int ZEXPORT gzdirect(gzFile file)",
"test_filename": "tests_gzread_gzdirect.c"
},
{
"function_name": "gzclose_r",
"function_signature": "int ZEXPORT gzclose_r(gzFile file)",
"test_filename": "tests_gzread_gzclose_r.c"
}
] |