Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c295 int gzclose OF((gzFile));
297 int gzclose(gz) in gzclose() function
387 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");
H A Dexample.c142 gzclose(file);
191 gzclose(file);
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c300 int gzclose OF((gzFile));
302 int gzclose(gz) in gzclose() function
392 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");
H A Dexample_original.c159 gzclose(file);
208 gzclose(file);
H A Dexample.c167 gzclose(file);
216 gzclose(file);
/f-stack/freebsd/contrib/zlib/
H A Dgzclose.c11 int ZEXPORT gzclose(file) in gzclose() function
H A Dzconf.h73 # define gzclose z_gzclose macro
H A Dzlib.h1634 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
H A DChangeLog82 - Fix bug where gzopen(), gzclose() would write an empty file
83 - Fix bug in gzclose() when gzwrite() runs out of memory
229 - Fix gzclose() to return the actual error last encountered
463 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
1266 - do not flush twice in gzclose (thanks to Ken Raeburn)
1375 - document that gzclose after gzdopen will close the file
1485 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
H A Dzconf.h.in67 # define gzclose z_gzclose macro
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzclose.c14 int ZEXPORT gzclose(file) in gzclose() function
H A DMakefile16 GZFILES = gzclose.o gzlib.o gzread.o gzwrite.o
H A DREADME.md13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c87 (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()