/external/opencv3/3rdparty/zlib/ |
gzlib.c | 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) function 446 ret = gzseek64(file, (z_off64_t)offset, whence);
|
/external/pdfium/third_party/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/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
|