Searched defs:gzread (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 375 int ZEXPORT gzread(file, buf, len) in gzread() function
|
H A D | chromeconf.h | 98 #define gzread Cr_z_gzread macro
|
H A D | zconf.h | 102 # define gzread z_gzread macro
|
/third_party/node/deps/zlib/ |
H A D | gzread.c | 345 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { in gzread() function
|
H A D | chromeconf.h | 101 #define gzread Cr_z_gzread macro
|
H A D | zconf.h | 105 # define gzread z_gzread macro
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 362 int ZEXPORT gzread(file, buf, len)
in gzread() function
|
H A D | zconf.h | 73 # define gzread z_gzread
macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzread.c | 375 int ZEXPORT gzread(file, buf, len) in gzread() function
|
H A D | chromeconf.h | 98 #define gzread Cr_z_gzread macro
|
H A D | zconf.h | 102 # define gzread z_gzread macro
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | GZipStream.cs | 30 private static extern int gzread(IntPtr gzFile, int data, int length);
in gzread() method in DotZLib.GZipStream
|
/third_party/zlib/ |
H A D | gzread.c | 396 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) in gzread() function
|
H A D | zconf.h | 93 # define gzread z_gzread macro
|
/third_party/zlib/test/ |
H A D | minigzip.c | 236 static int gzread(gzFile gz, void *buf, unsigned len) in gzread() function
|
Completed in 21 milliseconds