Searched defs:gzclose (Results 1 - 9 of 9) sorted by relevance
| /src/common/dist/zlib/ | ||
| H A D | gzclose.c | 11 int ZEXPORT gzclose(gzFile file) { function in typeref:typename:int ZEXPORT |
| H A D | Makefile.in | [all...] |
| H A D | zconf.h | 74 # define gzclose z_gzclose macro |
| H A D | zconf.h.in | 70 # define gzclose z_gzclose macro |
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ | ||
| H A D | GZipStream.cs | 24 private static extern int gzclose(IntPtr gzFile);
method in class:DotZLib.GZipStream |
| /src/common/dist/zlib/contrib/ada/ | ||
| H A D | zlib-thin.ads | 232 function gzclose (file : gzFile) return Int; subprogspec |
| /src/common/dist/zlib/contrib/delphi/ | ||
| H A D | zlibd32.mak | |
| /src/common/dist/zlib/contrib/pascal/ | ||
| H A D | zlibd32.mak | |
| /src/common/dist/zlib/test/ | ||
| H A D | minigzip.c | 261 static int gzclose(gzFile gz) { function in typeref:typename:int |
Completed in 15 milliseconds