HomeSort by relevance Sort by last modified time
    Searched defs:gzseek64 (Results 1 - 5 of 5) 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/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

Completed in 142 milliseconds