Home
last modified time | relevance | path

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

/external/zlib/old/os2/
Dzlib.def43 gztell
/external/zlib/contrib/vstudio/vc7/
Dzlibvc.def39 gztell @33
/external/zlib/win32/
Dzlib.def51 gztell
/external/zlib/contrib/vstudio/vc8/
Dzlibvc.def39 gztell @33
/external/zlib/contrib/vstudio/vc9/
Dzlibvc.def39 gztell @33
/external/zlib/contrib/vstudio/vc10/
Dzlibvc.def39 gztell @33
/external/zlib/contrib/ada/
Dzlib-thin.ads228 function gztell (file : gzFile) return Int; subprogspec
415 pragma Import (C, gztell, "gztell");
/external/zlib/old/as400/
Dbndsrc58 EXPORT SYMBOL("gztell")
Dzlib.inc172 D gztell PR extproc('gztell')
/external/zlib/as400/
Dbndsrc58 EXPORT SYMBOL("gztell")
Dzlib.inc172 D gztell PR extproc('gztell')
/external/zlib/
Dzlib.h1577 # define gztell gztell64 macro
1592 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dexample.c134 if (pos != 6 || gztell(file) != pos) {
136 (long)pos, (long)gztell(file));
Dzconf.h77 # define gztell z_gztell macro
Dgzlib.c380 z_off_t ZEXPORT gztell(file) in gztell() function
Dzconf.h.in77 # define gztell z_gztell macro
Dzconf.h.cmakein79 # define gztell z_gztell
Dgzio.c881 z_off_t ZEXPORT gztell (file) in gztell() function
DFAQ250 single call. gzseek() and gztell() may be limited to 4 GB depending on how
DChangeLog744 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
894 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
927 - added test for gzseek and gztell in example.c
/external/zlib/contrib/pascal/
Dexample.pas143 if (pos <> 6) or (gztell(zfile) <> pos) then
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
/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/chromium/sdch/open-vcdiff/src/
Dzlib.h1211 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1186 'header','gzwrite','gzuncompress','gztell','gzseek','gzrewind',