Home
last modified time | relevance | path

Searched refs:gzseek (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libz/
H A Dzopen.c34 return gzseek(cookie, (z_off_t)offset, whence); in xgzseek()
H A DSymbol.map77 gzseek;
/freebsd/sys/contrib/zlib/test/
H A Dexample.c107 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ in test_gzio()
128 pos = gzseek(file, -8L, SEEK_CUR); in test_gzio()
/freebsd/sys/contrib/zlib/
H A Dzlib.h1884 # define gzseek gzseek64 macro
1902 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
H A Dzconf.h106 # define gzseek z_gzseek macro
H A DChangeLog50 - Avoid a conversion error in gzseek when off_t type too small
131 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there
329 - Allow gzrewind() and gzseek() after a premature end-of-file
330 - Simplify gzseek() now that raw after gzip is ignored
475 - Fix big fat stinking bug in gzseek() on uncompressed files
538 - Fix bug in gzseek()
1155 - fix gzseek(..., SEEK_SET) in write mode
1239 - do not clear eof flag in gzseek (Mark Diekhans)
1240 - fix gzseek for files in transparent mode (Mark Diekhans)
1288 - fix gzseek which was broken in write mode
[all …]
H A Dgzlib.c414 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek() function
H A Dzconf.h.in95 # define gzseek z_gzseek macro
H A DFAQ251 single call. gzseek() and gztell() may be limited to 4 GB depending on how
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md52 gzgets() after gzseek: hello!
66 gzgets() after gzseek: hello!
H A Dgzlib.c446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c166 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
187 pos = gzseek(file, -8L, SEEK_CUR);
H A Dexample_original.c158 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
179 pos = gzseek(file, -8L, SEEK_CUR);