Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libz/test/
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");
Dexample.c142 gzclose(file);
191 gzclose(file);
/freebsd-9-stable/lib/libz/
Dgzclose.c11 int ZEXPORT gzclose(file) in gzclose() function
Dzopen.c29 return gzclose(cookie); in xgzclose()
DSymbol.map42 gzclose;
DMakefile25 SRCS+= gzclose.c
Dzconf.h62 # define gzclose z_gzclose macro
Dzlib.h1511 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
DChangeLog39 - Fix bug where gzopen(), gzclose() would write an empty file
40 - Fix bug in gzclose() when gzwrite() runs out of memory
186 - Fix gzclose() to return the actual error last encountered
420 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
1223 - do not flush twice in gzclose (thanks to Ken Raeburn)
1332 - document that gzclose after gzdopen will close the file
1442 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
/freebsd-9-stable/sys/net/
Dzlib.h923 extern int EXPORT gzclose OF((gzFile file));
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
Dzlib.h1231 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
/freebsd-9-stable/sys/kern/
Dkern_gzio.c363 int ZEXPORT gzclose (file) in gzclose() function
Dimgact_elf.c1286 gzclose(gzfile); in __elfN()
/freebsd-9-stable/gnu/usr.bin/grep/
Dgrep.c824 gzclose(gzbufdesc); in grep()
1024 gzclose(gzbufdesc); in grepfile()
/freebsd-9-stable/usr.bin/makewhatis/
Dmakewhatis.c770 gzclose(in); in process_page()