| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 30 private static extern int gzread(IntPtr gzFile, int data, int length);
method in class:DotZLib.GZipStream 166 result = gzread(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
|
| /src/common/dist/zlib/ |
| gzread.c | 0 /* gzread.c -- zlib functions for reading gzip files 345 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { function
|
| zconf.h | 97 # define gzread z_gzread macro 468 * platforms can support 64-bit file offsets for gzread/gzseek/&c.
|
| /src/common/dist/zlib/test/ |
| minigzip.c | 230 static int gzread(gzFile gz, void *buf, unsigned len) { function 375 len = gzread(in, buf, sizeof(buf));
|