HomeSort by relevance Sort by last modified time
    Searched defs:gzread (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzread.c 0 /* gzread.c -- zlib functions for reading gzip files
288 int ZEXPORT gzread( function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
zconf.h 84 # define gzread z_gzread macro
  /external/zlib/src/
gzread.c 0 /* 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);
zconf.h 84 # define gzread z_gzread macro
  /external/zlib/src/test/
minigzip.c 258 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/
zconf.h 84 # define gzread z_gzread macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 61 # define gzread z_gzread macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 61 # define gzread z_gzread macro

Completed in 142 milliseconds