/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 228 function gztell (file : gzFile) return Int; subprogspec 415 pragma Import (C, gztell, "gztell");
|
/src/common/dist/zlib/test/ |
example.c | 129 if (pos != 6 || gztell(file) != pos) { 130 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n", 131 (long)pos, (long)gztell(file));
|
/src/common/dist/zlib/contrib/pascal/ |
example.pas | 143 if (pos <> 6) or (gztell(zfile) <> pos) then 145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
|
/src/common/dist/zlib/ |
zlib.h | 1447 provided, but could be inferred from the result of gztell(). This behavior 1580 ZEXTERN z_off_t ZEXPORT gztell(gzFile file); 1587 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) 1884 # define gztell gztell64 macro 1902 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
|
zconf.h | 102 # define gztell z_gztell macro
|
gzlib.c | 435 z_off_t ZEXPORT gztell(gzFile file) { function in typeref:typename:z_off_t ZEXPORT
|
zconf.h.in | 98 # define gztell z_gztell macro
|
zconf.h.cmakein | 100 # define gztell z_gztell
|
/src/sys/net/ |
zlib.h | 1093 * "long" gztell has been there till Oct 1999 (1.4L), which was wrong. 1095 ZEXTERN z_off_t ZEXPORT gztell(gzFile); 1101 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
|
/src/common/dist/zlib/os400/ |
zlib.inc | 246 D gztell PR extproc('gztell') 250 D gztell PR extproc('gztell64')
|