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.def50 gztell
/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/as400/
Dbndsrc58 EXPORT SYMBOL("gztell")
Dzlib.inc227 D gztell PR extproc('gztell')
231 D gztell PR extproc('gztell64')
/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.h1694 # define gztell gztell64 macro
1710 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dzconf.h87 # define gztell z_gztell macro
Dgzlib.c458 z_off_t ZEXPORT gztell(file) in gztell() function
Dzconf.h.in87 # define gztell z_gztell macro
Dzconf.h.cmakein89 # define gztell z_gztell
DFAQ252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
DChangeLog945 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1095 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1128 - added test for gzseek and gztell in example.c
/external/zlib/
Dzlib.h1694 # define gztell gztell64 macro
1710 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dzconf.h87 # define gztell z_gztell macro
/external/zlib/src/test/
Dexample.c163 if (pos != 6 || gztell(file) != pos) {
165 (long)pos, (long)gztell(file));
/external/open-vcdiff/src/zlib/
Dzlib.h1211 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1211 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
/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
/external/libvpx/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1186 'header','gzwrite','gzuncompress','gztell','gzseek','gzrewind',