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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c125 if (gzclose(out) != Z_OK) error("failed gzclose");
160 if (gzclose(out) != Z_OK) error("failed gzclose");
187 if (gzclose(in) != Z_OK) error("failed gzclose");
H A Dzlib.h681 The next call of gzclose on the returned gzFile will also close the
797 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
H A Dexample.c112 gzclose(file);
157 gzclose(file);
H A Dgzio.c821 int ZEXPORT gzclose (file) function

Completed in 18 milliseconds