| /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/external/gpl3/binutils/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/external/gpl3/binutils.old/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/external/gpl3/gdb.old/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/external/gpl3/gdb/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/external/bsd/zstd/dist/zlibWrapper/ |
| gzread.c | 0 /* gzread.c contains minimal changes required to be compiled with zlibWrapper: 4 /* gzread.c -- zlib functions for reading gzip files 369 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { function
|
| /src/external/gpl3/binutils/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 | 93 # define gzread z_gzread macro
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzread.c | 0 /* gzread.c -- zlib functions for reading gzip files 375 int ZEXPORT gzread(file, buf, len) function
|
| zconf.h | 90 # define gzread z_gzread macro
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzread.c | 0 /* gzread.c -- zlib functions for reading gzip files 375 int ZEXPORT gzread(file, buf, len) function
|
| zconf.h | 90 # define gzread z_gzread macro
|
| /src/external/gpl3/gdb/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 | 93 # define gzread z_gzread macro
|
| /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));
|
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| minigzip.c | 253 int gzread _Z_OF((gzFile, void *, unsigned)); 255 int gzread(gzFile gz, void *buf, unsigned len) { function 417 len = gzread(in, buf, sizeof(buf));
|
| /src/external/gpl3/binutils/dist/zlib/test/ |
| minigzip.c | 230 static int gzread(gzFile gz, void *buf, unsigned len) { function 375 len = gzread(in, buf, sizeof(buf));
|
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| minigzip.c | 258 int gzread OF((gzFile, void *, unsigned)); 260 int gzread(gz, buf, len) function 439 len = gzread(in, buf, sizeof(buf));
|
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| minigzip.c | 258 int gzread OF((gzFile, void *, unsigned)); 260 int gzread(gz, buf, len) function 439 len = gzread(in, buf, sizeof(buf));
|
| /src/external/gpl3/gdb/dist/zlib/test/ |
| minigzip.c | 230 static int gzread(gzFile gz, void *buf, unsigned len) { function 375 len = gzread(in, buf, sizeof(buf));
|