Home
last modified time | relevance | path

Searched refs:gzseek64 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map52 gzseek64;
H A Dgzguts.h142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
H A Dzlib.h1844 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1861 # define gzseek gzseek64
1869 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
H A Dgzlib.c369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() function
453 ret = gzseek64(file, (z_off64_t)offset, whence);
H A Dzconf.h99 # define gzseek64 z_gzseek64 macro
H A Dzconf.h.in93 # define gzseek64 z_gzseek64 macro
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzguts.h149 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
H A Dgzlib.c369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() function
453 ret = gzseek64(file, (z_off64_t)offset, whence);