Home
last modified time | relevance | path

Searched defs:gztell (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Dgzlib.c370 z_off64_t Z_EXPORT PREFIX4(gztell)(gzFile file) { in PREFIX4() argument
386 z_off_t Z_EXPORT PREFIX(gztell)(gzFile file) { in PREFIX() argument
Dzlib.h1788 # define gztell gztell64 macro
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-thin.ads228 function gztell (file : gzFile) return Int; subprogspec
/external/libwebsockets/win32port/zlib/
Dgzlib.c380 z_off_t ZEXPORT gztell(file) in gztell() function
Dzlib.h1577 # define gztell gztell64 macro
Dzconf.h78 # define gztell z_gztell macro
/external/rust/crates/libz-sys/src/zlib/
Dgzlib.c472 z_off_t ZEXPORT gztell(file) in gztell() function
Dzlib.h1858 # define gztell gztell64 macro
Dzconf.h.in95 # define gztell z_gztell macro
Dzconf.h95 # define gztell z_gztell macro
/external/zstd/zlibWrapper/
Dgzlib.c475 z_off_t ZEXPORT gztell(file) in gztell() function
/external/zlib/
Dgzlib.c472 z_off_t ZEXPORT gztell(file) in gztell() function
Dchromeconf.h103 #define gztell Cr_z_gztell macro
Dzlib.h1929 # define gztell gztell64 macro
Dzconf.h111 # define gztell z_gztell macro
/external/python/cpython2/Modules/zlib/
Dgzlib.c472 z_off_t ZEXPORT gztell(file) in gztell() function
Dzlib.h1858 # define gztell gztell64 macro
Dzconf.h95 # define gztell z_gztell macro
Dzconf.h.in95 # define gztell z_gztell macro
/external/rust/crates/libz-sys/src/
Dlib.rs180 pub fn gztell(file: gzFile) -> z_off_t; in gztell() function