| [ | |
| { | |
| "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" | |
| } | |
| ] |