Searched refs:gzseek64 (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzguts.h | 133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
|
D | zlib.h | 1693 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 1710 # define gzseek gzseek64 1718 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
|
D | gzlib.c | 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() function 446 ret = gzseek64(file, (z_off64_t)offset, whence);
|
D | zconf.h | 87 # define gzseek64 z_gzseek64 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | gzguts.h | 139 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
|