Searched defs:gzread (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dgzread.c0 /* gzread.c -- zlib functions for reading gzip files
362 int ZEXPORT gzread(file, buf, len) function
476 /* nothing there -- try gzread() */
477 ret = gzread(file, buf, 1);
H A Dmozzconf.h74 #define gzread MOZ_Z_gzread macro
H A Dzconf.h75 # define gzread z_gzread macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzread.c0 /* gzread.c -- zlib functions for reading gzip files
288 int ZEXPORT gzread( function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
H A Dzconf.h84 # define gzread z_gzread macro
/external/qemu/distrib/zlib-1.2.8/
H A Dgzread.c0 /* gzread.c -- zlib functions for reading gzip files
288 int ZEXPORT gzread(file, buf, len) function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
H A Dzconf.h84 # define gzread z_gzread macro
/external/zlib/src/
H A Dgzread.c0 /* gzread.c -- zlib functions for reading gzip files
288 int ZEXPORT gzread(file, buf, len) function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
H A Dzconf.h84 # define gzread z_gzread macro
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs30 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);
/external/zlib/src/test/
H A Dminigzip.c258 int gzread OF((gzFile, void *, unsigned));
260 int gzread(gz, buf, len) function
439 len = gzread(in, buf, sizeof(buf));
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h84 # define gzread z_gzread macro
/external/zlib/
H A Dzconf.h84 # define gzread z_gzread macro

Completed in 1397 milliseconds