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

/freebsd-10.0-release/lib/libz/
H A Dgzclose.c0 /* gzclose.c -- zlib gzclose() function
8 /* gzclose() is in a separate file so that it is linked in only if it is used.
9 That way the other gzclose functions can be used instead to avoid linking in
11 int ZEXPORT gzclose(file) function
H A Dzopen.c29 return gzclose(cookie);
H A DSymbol.map42 gzclose;
H A DMakefile25 SRCS+= gzclose.c
H A Dzconf.h62 # define gzclose z_gzclose macro
H A Dzlib.h1270 The next call of gzclose on the returned gzFile will also close the file
1276 double-close()ing the file descriptor. Both gzclose() and fclose() will
1332 of an incomplete gzip stream. This error is deferred until gzclose(), which
1334 stream. Alternatively, gzerror can be used before gzclose to detect this
1511 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1516 gzclose must not be called more than once on the same file, just as free
1519 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1527 Same as gzclose(), but gzclose_r() is only for use when reading, and
1529 using these instead of gzclose() is that they avoid linking in zlib
1531 writing respectively. If gzclose() i
[all...]
/freebsd-10.0-release/lib/libz/test/
H A Dminigzip.c295 int gzclose OF((gzFile));
297 int gzclose(gz) 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);
/freebsd-10.0-release/sys/net/
H A Dzlib.h891 The next call of gzclose on the returned gzFile will also close the
923 extern int EXPORT gzclose OF((gzFile file));
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h1093 The next call of gzclose on the returned gzFile will also close the
1231 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
/freebsd-10.0-release/sys/kern/
H A Dkern_gzio.c357 int ZEXPORT gzclose (file) function
368 log(LOG_ERR, "gzclose: do_flush failed (err %d)\n", err);
372 printf("gzclose: putting crc: %lld total: %lld\n",
H A Dimgact_elf.c1284 gzclose(gzfile);
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrep.c826 gzclose(gzbufdesc);
1030 gzclose(gzbufdesc);
/freebsd-10.0-release/usr.bin/makewhatis/
H A Dmakewhatis.c770 gzclose(in);

Completed in 162 milliseconds