Searched refs:gzclose (Results 1 – 14 of 14) sorted by relevance
295 int gzclose OF((gzFile));297 int gzclose(gz) in gzclose() function387 if (gzclose(out) != Z_OK) error("failed gzclose");422 if (gzclose(out) != Z_OK) error("failed gzclose");449 if (gzclose(in) != Z_OK) error("failed gzclose");
142 gzclose(file);191 gzclose(file);
300 int gzclose OF((gzFile));302 int gzclose(gz) in gzclose() function392 if (gzclose(out) != Z_OK) error("failed gzclose");427 if (gzclose(out) != Z_OK) error("failed gzclose");454 if (gzclose(in) != Z_OK) error("failed gzclose");
159 gzclose(file);208 gzclose(file);
167 gzclose(file);216 gzclose(file);
11 int ZEXPORT gzclose(file) in gzclose() function
73 # define gzclose z_gzclose macro
1634 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
82 - Fix bug where gzopen(), gzclose() would write an empty file83 - Fix bug in gzclose() when gzwrite() runs out of memory229 - Fix gzclose() to return the actual error last encountered463 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL1266 - do not flush twice in gzclose (thanks to Ken Raeburn)1375 - document that gzclose after gzdopen will close the file1485 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
67 # define gzclose z_gzclose macro
14 int ZEXPORT gzclose(file) in gzclose() function
16 GZFILES = gzclose.o gzlib.o gzread.o gzwrite.o
13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
87 (void) gzclose(fp); in read_map()96 (void) gzclose(fp); in read_map()107 (void) gzclose(fp); in read_map()119 (void) gzclose(fp); in read_map()216 (void) gzclose(fp); in write_map()228 (void) gzclose(fp); in write_map()