Home
last modified time | relevance | path

Searched refs:gztell (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/crates/libz-sys/src/zlib/old/os2/
Dzlib.def43 gztell
/external/zlib/
Dzlib.h1926 # ifdef gztell
1927 # undef gztell
1929 # define gztell gztell64 macro
1954 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dlibz.map.txt138 gztell;
Dchromeconf.h103 #define gztell Cr_z_gztell macro
/external/angle/third_party/zlib/
Dzlib.h1871 # ifdef gztell
1872 # undef gztell
1874 # define gztell gztell64 macro
1899 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dchromeconf.h103 #define gztell Cr_z_gztell macro
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzlib.c385 z_off64_t Z_EXPORT PREFIX4(gztell)(gzFile file) { in PREFIX4() argument
401 z_off_t Z_EXPORT PREFIX(gztell)(gzFile file) { in PREFIX() argument
405 ret = PREFIX4(gztell)(file); in PREFIX()
Dzlib.h1800 # define gztell gztell64 macro
1817 Z_EXTERN z_off_t Z_EXPORT gztell(gzFile);
/external/rust/crates/libz-sys/src/zlib/win32/
Dzlib.def56 gztell
/external/rust/crates/libz-sys/src/zlib-ng/win32/
Dzlibcompat.def56 gztell
/external/zlib/patches/
D0000-build.patch204 +# ifdef gztell
205 +# undef gztell
207 # define gztell gztell64
/external/angle/third_party/zlib/patches/
D0000-build.patch204 +# ifdef gztell
205 +# undef gztell
207 # define gztell gztell64
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc14/
Dzlibvc.def39 gztell @33
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc9/
Dzlibvc.def39 gztell @33
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc11/
Dzlibvc.def39 gztell @33
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc12/
Dzlibvc.def39 gztell @33
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc10/
Dzlibvc.def39 gztell @33
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-thin.ads228 function gztell (file : gzFile) return Int; subprogspec
415 pragma Import (C, gztell, "gztell");
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c111 fprintf(stderr, "gzseek error, gztell=%ld\n", (long)PREFIX(gztell)(file)); in test_gzio()
160 if (pos != 6 || PREFIX(gztell)(file) != pos) { in test_gzio()
162 (long)pos, (long)PREFIX(gztell)(file)); in test_gzio()
188 if (pos != 14 || PREFIX(gztell)(file) != pos) { in test_gzio()
190 (long)pos, (long)PREFIX(gztell)(file)); in test_gzio()
/external/libwebsockets/win32port/zlib/
Dzlib.h1577 # define gztell gztell64 macro
1592 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dexample.pas143 if (pos <> 6) or (gztell(zfile) <> pos) then
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
/external/rust/crates/libz-sys/src/zlib/os400/
Dbndsrc34 EXPORT SYMBOL("gztell")
/external/rust/crates/libz-sys/src/zlib/test/
Dexample.c163 if (pos != 6 || gztell(file) != pos) {
165 (long)pos, (long)gztell(file));
/external/python/cpython2/Modules/zlib/
Dzlib.h1858 # define gztell gztell64 macro
1874 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h1858 # define gztell gztell64 macro
1874 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));

123