Home
last modified time | relevance | path

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

/external/zlib/src/old/os2/
Dzlib.def43 gztell
/external/zlib/src/win32/
Dzlib.def52 gztell
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def39 gztell @33
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def39 gztell @33
/external/zlib/src/contrib/vstudio/vc9/
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/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/as400/
Dbndsrc58 EXPORT SYMBOL("gztell")
Dzlib.inc227 D gztell PR extproc('gztell')
231 D gztell PR extproc('gztell64')
/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
Dzconf.h.cmakein91 # define gztell z_gztell
Dzconf.h.in89 # define gztell z_gztell macro
DFAQ252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
DChangeLog1008 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1191 - added test for gzseek and gztell in example.c
/external/zlib/
Dzlib.h1711 # define gztell gztell64 macro
1727 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dzconf.h89 # define gztell z_gztell macro
/external/zlib/src/test/
Dexample.c163 if (pos != 6 || gztell(file) != pos) {
165 (long)pos, (long)gztell(file));
/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/ImageMagick/MagickCore/
Dblob.c4331 offset=(MagickOffsetType) gztell(image->blob->file_info.gzfile); in TellBlob()