Searched refs:gzseek64 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zlib.map | 52 gzseek64;
|
| H A D | gzguts.h | 142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
|
| H A D | zlib.h | 1844 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 D | gzlib.c | 369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() function 453 ret = gzseek64(file, (z_off64_t)offset, whence);
|
| H A D | zconf.h | 99 # define gzseek64 z_gzseek64 macro
|
| H A D | zconf.h.in | 93 # define gzseek64 z_gzseek64 macro
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzguts.h | 149 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
|
| H A D | gzlib.c | 369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() function 453 ret = gzseek64(file, (z_off64_t)offset, whence);
|