Searched refs:gzclose (Results 1 – 15 of 15) sorted by relevance
289 static int gzclose(gzFile gz) { in gzclose() function360 if (gzclose(out) != Z_OK) error("failed gzclose"); in gz_compress_mmap()391 if (gzclose(out) != Z_OK) error("failed gzclose"); in gz_compress()413 if (gzclose(in) != Z_OK) error("failed gzclose"); in gz_uncompress()484 gzclose(in); in file_uncompress()
114 gzclose(file); in test_gzio()163 gzclose(file); in test_gzio()
11 int ZEXPORT gzclose(gzFile file) { in gzclose() function
94 # define gzclose z_gzclose macro
1753 ZEXTERN int ZEXPORT gzclose(gzFile file);
236 - Fix bug where gzopen(), gzclose() would write an empty file237 - Fix bug in gzclose() when gzwrite() runs out of memory383 - Fix gzclose() to return the actual error last encountered617 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL1420 - do not flush twice in gzclose (thanks to Ken Raeburn)1529 - document that gzclose after gzdopen will close the file1639 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose)
75 # define gzclose z_gzclose macro
14 int ZEXPORT gzclose(gzFile file) { in gzclose() function
13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
88 (void) gzclose(fp); in read_map()98 (void) gzclose(fp); in read_map()108 (void) gzclose(fp); in read_map()120 (void) gzclose(fp); in read_map()217 (void) gzclose(fp); in write_map()229 (void) gzclose(fp); in write_map()
28 return gzclose(cookie); in xgzclose()
71 gzclose;
27 SRCS+= gzclose.c
531 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()
318 * Close a memory leak caused by missing gzclose(3).