HomeSort by: relevance | last modified time | path
    Searched defs:gztell (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/
gzlib.c 435 z_off_t ZEXPORT gztell(gzFile file) { function in typeref:typename:z_off_t ZEXPORT
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
zconf.h.in 98 # define gztell z_gztell macro
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 228 function gztell (file : gzFile) return Int; subprogspec
415 pragma Import (C, gztell, "gztell");

Completed in 16 milliseconds