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

  /external/chromium_org/third_party/zlib/
gzlib.c 277 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
360 ret = gzseek64(file, (z_off64_t)offset, whence);
mozzconf.h 133 #define gzseek64 MOZ_Z_gzseek64 macro
zconf.h 78 # define gzseek64 z_gzseek64 macro
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 362 z_off64_t ZEXPORT gzseek64( function
446 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 87 # define gzseek64 z_gzseek64 macro
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
446 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 87 # define gzseek64 z_gzseek64 macro
  /external/zlib/src/
gzlib.c 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
446 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 87 # define gzseek64 z_gzseek64 macro
  /external/pdfium/core/include/thirdparties/zlib/
zconf.h 87 # define gzseek64 z_gzseek64 macro

Completed in 264 milliseconds