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

  /src/external/bsd/zstd/dist/zlibWrapper/
gzlib.c 440 z_off_t ZEXPORT gztell(gzFile file) { function
  /src/external/gpl3/binutils/dist/zlib/
gzlib.c 435 z_off_t ZEXPORT gztell(gzFile file) { function
zlib.h 1445 provided, but could be inferred from the result of gztell(). This behavior
1578 ZEXTERN z_off_t ZEXPORT gztell(gzFile file);
1585 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1880 # define gztell gztell64 macro
1898 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
zconf.h 98 # define gztell z_gztell macro
  /src/external/gpl3/binutils.old/dist/zlib/
gzlib.c 474 z_off_t ZEXPORT gztell(file) function
zlib.h 1442 provided, but could be inferred from the result of gztell(). This behavior
1575 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1582 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1877 # define gztell gztell64 macro
1895 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
zconf.h 95 # define gztell z_gztell macro
  /src/external/gpl3/gdb.old/dist/zlib/
gzlib.c 474 z_off_t ZEXPORT gztell(file) function
zlib.h 1442 provided, but could be inferred from the result of gztell(). This behavior
1575 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1582 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1877 # define gztell gztell64 macro
1895 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
zconf.h 95 # define gztell z_gztell macro
  /src/external/gpl3/gdb/dist/zlib/
gzlib.c 435 z_off_t ZEXPORT gztell(gzFile file) { function
zlib.h 1445 provided, but could be inferred from the result of gztell(). This behavior
1578 ZEXTERN z_off_t ZEXPORT gztell(gzFile file);
1585 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1880 # define gztell gztell64 macro
1898 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
zconf.h 98 # define gztell z_gztell macro
  /src/common/dist/zlib/
gzlib.c 461 z_off_t ZEXPORT gztell(gzFile file) { function
zlib.h 1514 provided, but could be inferred from the result of gztell(). This behavior
1643 gzungetc(-1, file) will force any pending seek to execute. Then gztell()
1693 ZEXTERN z_off_t ZEXPORT gztell(gzFile file);
1700 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
2003 # define gztell gztell64 macro
2021 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
zconf.h 107 # define gztell z_gztell macro

Completed in 30 milliseconds