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

/vbox/src/libs/zlib-1.2.6/
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.h84 # define gzclose vboxzlib_gzclose macro
152 # define gzclose z_gzclose macro
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs24 private static extern int gzclose(IntPtr gzFile); method in class:DotZLib.GZipStream
135 gzclose(_gzFile);
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c291 int gzclose OF((gzFile));
293 int gzclose(gz) function
383 if (gzclose(out) != Z_OK) error("failed gzclose");
418 if (gzclose(out) != Z_OK) error("failed gzclose");
445 if (gzclose(in) != Z_OK) error("failed gzclose");

Completed in 514 milliseconds