Searched refs:gztell (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h80 # define gztell vboxzlib_gztell macro
176 # define gztell z_gztell macro
H A Dzlib.h1432 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1439 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1690 # define gztell gztell64 macro
1706 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
H A Dgzlib.c402 z_off_t ZEXPORT gztell(file) function
H A Dzconf.h.cmakein87 # define gztell z_gztell
H A Dzconf.h.in85 # define gztell z_gztell
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dexample.pas143 if (pos <> 6) or (gztell(zfile) <> pos) then
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
/vbox/src/libs/zlib-1.2.6/test/
H A Dexample.c163 if (pos != 6 || gztell(file) != pos) {
164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
165 (long)pos, (long)gztell(file));
/vbox/src/libs/zlib-1.2.6/as400/
H A Dzlib.inc227 D gztell PR extproc('gztell')
231 D gztell PR extproc('gztell64')

Completed in 1059 milliseconds