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

  /src/common/dist/zlib/
gzlib.c 339 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { function in typeref:typename:z_off64_t ZEXPORT
415 ret = gzseek64(file, (z_off64_t)offset, whence);
zconf.h 100 # define gzseek64 z_gzseek64 macro
zconf.h.in 96 # define gzseek64 z_gzseek64 macro

Completed in 45 milliseconds