Home
last modified time | relevance | path

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

/external/zlib/old/os2/
Dzlib.def43 gztell
/external/zlib/win32/
Dzlib.def44 gztell
/external/zlib/contrib/vstudio/vc7/
Dzlibvc.def39 gztell @33
/external/zlib/contrib/vstudio/vc8/
Dzlibvc.def39 gztell @33
/external/webkit/WebCore/platform/image-decoders/zlib/
Dmozzconf.h85 #define gztell MOZ_Z_gztell macro
Dzlib.h1208 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
Dgzio.c881 z_off_t ZEXPORT gztell (file) in gztell() function
/external/zlib/contrib/ada/
Dzlib-thin.ads228 function gztell (file : gzFile) return Int; subprogspec
415 pragma Import (C, gztell, "gztell");
/external/zlib/as400/
Dbndsrc58 EXPORT SYMBOL("gztell")
Dzlib.inc172 D gztell PR extproc('gztell')
/external/zlib/contrib/pascal/
Dexample.pas143 if (pos <> 6) or (gztell(zfile) <> pos) then
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
/external/zlib/
Dexample.c134 if (pos != 6 || gztell(file) != pos) {
136 (long)pos, (long)gztell(file));
Dzlib.h1208 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
Dgzio.c881 z_off_t ZEXPORT gztell (file) in gztell() function
DChangeLog391 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
541 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
574 - added test for gzseek and gztell in example.c
DFAQ249 single call. gzseek() and gztell() may be limited to 4 GB depending on how
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h1208 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
Dgzio.c881 z_off_t ZEXPORT gztell (file) in gztell() function