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

  /src/common/dist/zlib/
gzlib.c 339 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { function
415 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 100 # define gzseek64 z_gzseek64 macro
  /src/external/bsd/zstd/dist/zlibWrapper/
gzlib.c 344 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { function
420 ret = gzseek64(file, (z_off64_t)offset, whence);
  /src/external/gpl3/binutils/dist/zlib/
gzlib.c 339 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { function
415 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 96 # define gzseek64 z_gzseek64 macro
  /src/external/gpl3/binutils.old/dist/zlib/
gzlib.c 368 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
452 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 93 # define gzseek64 z_gzseek64 macro
  /src/external/gpl3/gdb.old/dist/zlib/
gzlib.c 368 z_off64_t ZEXPORT gzseek64(file, offset, whence) function
452 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 93 # define gzseek64 z_gzseek64 macro
  /src/external/gpl3/gdb/dist/zlib/
gzlib.c 339 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { function
415 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 96 # define gzseek64 z_gzseek64 macro

Completed in 29 milliseconds