/external/rust/crates/libz-sys/src/zlib-ng/ |
D | gzlib.c | 289 z_off64_t Z_EXPORT PREFIX4(gzseek)(gzFile file, z_off64_t offset, int whence) { in PREFIX4() argument 361 z_off_t Z_EXPORT PREFIX(gzseek)(gzFile file, z_off_t offset, int whence) { in PREFIX() argument
|
D | zlib.h | 1787 # define gzseek gzseek64 macro
|
/external/rust/crates/libz-sys/src/zlib/contrib/ada/ |
D | zlib-thin.ads | 220 function gzseek subprogspec
|
/external/libwebsockets/win32port/zlib/ |
D | gzlib.c | 351 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
D | zlib.h | 1576 # define gzseek gzseek64 macro
|
D | zconf.h | 75 # define gzseek z_gzseek macro
|
/external/rust/crates/libz-sys/src/zlib/ |
D | gzlib.c | 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
D | zlib.h | 1857 # define gzseek gzseek64 macro
|
D | zconf.h.in | 92 # define gzseek z_gzseek macro
|
D | zconf.h | 92 # define gzseek z_gzseek macro
|
/external/zstd/zlibWrapper/ |
D | gzlib.c | 446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
/external/zlib/ |
D | gzlib.c | 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
D | chromeconf.h | 100 #define gzseek Cr_z_gzseek macro
|
D | zlib.h | 1925 # define gzseek gzseek64 macro
|
D | zconf.h | 108 # define gzseek z_gzseek macro
|
/external/python/cpython2/Modules/zlib/ |
D | gzlib.c | 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
D | zlib.h | 1857 # define gzseek gzseek64 macro
|
D | zconf.h | 92 # define gzseek z_gzseek macro
|
D | zconf.h.in | 92 # define gzseek z_gzseek macro
|
/external/rust/crates/libz-sys/src/ |
D | lib.rs | 178 pub fn gzseek(file: gzFile, offset: z_off_t, whence: c_int) -> z_off_t; in gzseek() function
|