Home
last modified time | relevance | path

Searched refs:gzclose (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c289 static int gzclose(gzFile gz) { in gzclose() function
360 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()
H A Dexample.c114 gzclose(file); in test_gzio()
163 gzclose(file); in test_gzio()
/freebsd/sys/contrib/zlib/
H A Dgzclose.c11 int ZEXPORT gzclose(gzFile file) { in gzclose() function
H A Dzconf.h94 # define gzclose z_gzclose macro
H A Dzlib.h1753 ZEXTERN int ZEXPORT gzclose(gzFile file);
H A DChangeLog236 - Fix bug where gzopen(), gzclose() would write an empty file
237 - Fix bug in gzclose() when gzwrite() runs out of memory
383 - Fix gzclose() to return the actual error last encountered
617 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
1420 - do not flush twice in gzclose (thanks to Ken Raeburn)
1529 - document that gzclose after gzdopen will close the file
1639 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose)
H A Dzconf.h.in75 # define gzclose z_gzclose macro
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzclose.c14 int ZEXPORT gzclose(gzFile file) { in gzclose() function
H A DREADME.md13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c88 (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()
/freebsd/lib/libz/
H A Dzopen.c28 return gzclose(cookie); in xgzclose()
H A DSymbol.map71 gzclose;
H A DMakefile27 SRCS+= gzclose.c
/freebsd/contrib/mandoc/
H A Dread.c531 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()
H A DNEWS318 * Close a memory leak caused by missing gzclose(3).