Searched defs:gzseek64 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dgzlib.c277 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
360 ret = gzseek64(file, (z_off64_t)offset, whence);
H A Dmozzconf.h133 #define gzseek64 MOZ_Z_gzseek64 macro
H A Dzconf.h78 # define gzseek64 z_gzseek64 macro
/external/qemu/distrib/zlib-1.2.8/
H A Dgzlib.c362 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
446 ret = gzseek64(file, (z_off64_t)offset, whence);
H A Dzconf.h87 # define gzseek64 z_gzseek64 macro
/external/zlib/src/
H A Dgzlib.c362 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
446 ret = gzseek64(file, (z_off64_t)offset, whence);
H A Dzconf.h87 # define gzseek64 z_gzseek64 macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzlib.c362 z_off64_t ZEXPORT gzseek64( function
446 ret = gzseek64(file, (z_off64_t)offset, whence);
H A Dzconf.h87 # define gzseek64 z_gzseek64 macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h87 # define gzseek64 z_gzseek64 macro
/external/zlib/
H A Dzconf.h87 # define gzseek64 z_gzseek64 macro

Completed in 146 milliseconds