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

  /src/common/dist/zlib/
gzguts.h 142 ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int);
zlib.h 1864 ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int);
1883 # define gzseek gzseek64
1892 ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int);
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
zconf.h.cmakein 98 # define gzseek64 z_gzseek64
  /src/common/dist/zlib/os400/
zlib.inc 229 D gzseek PR extproc('gzseek64')
235 D gzseek64 PR extproc('gzseek64')

Completed in 16 milliseconds