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

  /src/common/dist/zlib/
gzlib.c 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { function
zlib.h 1534 gzseek() or gzrewind().
1553 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1563 supported; gzseek then compresses a sequence of zeroes up to the new
1566 gzseek returns the resulting offset location as measured in bytes from
1576 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1587 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1883 # define gzseek gzseek64 macro
1901 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
zconf.h 99 # define gzseek z_gzseek macro
468 * platforms can support 64-bit file offsets for gzread/gzseek/&c.
  /src/external/bsd/zstd/dist/zlibWrapper/
gzlib.c 417 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { function
  /src/external/gpl3/binutils/dist/zlib/
gzlib.c 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { function
zlib.h 1532 gzseek() or gzrewind().
1551 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1561 supported; gzseek then compresses a sequence of zeroes up to the new
1564 gzseek returns the resulting offset location as measured in bytes from
1574 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1585 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1879 # define gzseek gzseek64 macro
1897 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
zconf.h 95 # define gzseek z_gzseek macro
  /src/external/gpl3/binutils.old/dist/zlib/
gzlib.c 445 z_off_t ZEXPORT gzseek(file, offset, whence) function
zlib.h 1529 gzseek() or gzrewind().
1548 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1558 supported; gzseek then compresses a sequence of zeroes up to the new
1561 gzseek returns the resulting offset location as measured in bytes from
1571 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1582 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1876 # define gzseek gzseek64 macro
1894 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
zconf.h 92 # define gzseek z_gzseek macro
  /src/external/gpl3/gdb.old/dist/zlib/
gzlib.c 445 z_off_t ZEXPORT gzseek(file, offset, whence) function
zlib.h 1529 gzseek() or gzrewind().
1548 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1558 supported; gzseek then compresses a sequence of zeroes up to the new
1561 gzseek returns the resulting offset location as measured in bytes from
1571 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1582 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1876 # define gzseek gzseek64 macro
1894 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
zconf.h 92 # define gzseek z_gzseek macro
  /src/external/gpl3/gdb/dist/zlib/
gzlib.c 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { function
zlib.h 1532 gzseek() or gzrewind().
1551 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1561 supported; gzseek then compresses a sequence of zeroes up to the new
1564 gzseek returns the resulting offset location as measured in bytes from
1574 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1585 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1879 # define gzseek gzseek64 macro
1897 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
zconf.h 95 # define gzseek z_gzseek macro

Completed in 57 milliseconds