Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.h1861 # define gzseek gzseek64 macro
1877 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h98 # define gzseek z_gzseek macro
H A DChangeLog28 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there
227 - Simplify gzseek() now that raw after gzip is ignored
372 - Fix big fat stinking bug in gzseek() on uncompressed files
435 - Fix bug in gzseek()
1052 - fix gzseek(..., SEEK_SET) in write mode
1136 - do not clear eof flag in gzseek (Mark Diekhans)
1137 - fix gzseek for files in transparent mode (Mark Diekhans)
1185 - fix gzseek which was broken in write mode
1186 - return error for gzseek to negative absolute position
1194 - check gzseek in write mode in example.c
[all …]
H A Dgzlib.c446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
H A Dzconf.h.in92 # define gzseek z_gzseek macro
H A DFAQ252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c158 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
179 pos = gzseek(file, -8L, SEEK_CUR);
H A Dexample.c166 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
187 pos = gzseek(file, -8L, SEEK_CUR);
/f-stack/freebsd/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
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);