Searched defs:gzclose (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/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 Dzconf.h62 # define gzclose z_gzclose macro
/illumos-gate/usr/src/boot/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");

Completed in 87 milliseconds