Home
last modified time | relevance | path

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

12

/external/zlib/src/old/os2/
Dzlib.def43 gztell
/external/zlib/src/win32/
Dzlib.def52 gztell
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def39 gztell @33
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def39 gztell @33
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def39 gztell @33
/external/zlib/src/contrib/ada/
Dzlib-thin.ads228 function gztell (file : gzFile) return Int; subprogspec
415 pragma Import (C, gztell, "gztell");
/external/syslinux/com32/include/
Dzlib.h1577 # define gztell gztell64 macro
1592 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dzconf.h77 # define gztell z_gztell macro
/external/zlib/src/contrib/pascal/
Dexample.pas143 if (pos <> 6) or (gztell(zfile) <> pos) then
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
/external/zlib/src/
Dzlib.h1711 # define gztell gztell64 macro
1727 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dzconf.h89 # define gztell z_gztell macro
Dgzlib.c468 z_off_t ZEXPORT gztell(file) in gztell() function
/external/python/cpython2/Modules/zlib/
Dzlib.h1711 # define gztell gztell64 macro
1727 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dexample.c163 if (pos != 6 || gztell(file) != pos) {
165 (long)pos, (long)gztell(file));
Dzconf.h89 # define gztell z_gztell macro
Dgzlib.c468 z_off_t ZEXPORT gztell(file) in gztell() function
/external/zlib/
Dzlib.h1711 # define gztell gztell64 macro
1727 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dlibz.map.txt62 gztell;
Dzconf.h89 # define gztell z_gztell macro
/external/zlib/src/as400/
Dbndsrc58 EXPORT SYMBOL("gztell")
Dzlib.inc227 D gztell PR extproc('gztell')
231 D gztell PR extproc('gztell64')
/external/pdfium/third_party/zlib_v128/
Dzlib.h1780 # define gztell gztell64 macro
1798 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dzconf.h89 # define gztell z_gztell macro
Dgzlib.c468 z_off_t ZEXPORT gztell( in gztell() function
/external/zlib/src/test/
Dexample.c163 if (pos != 6 || gztell(file) != pos) {
165 (long)pos, (long)gztell(file));

12