Searched refs:gzseek (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libz/ |
H A D | zopen.c | 34 return gzseek(cookie, (z_off_t)offset, whence); in xgzseek()
|
H A D | Symbol.map | 77 gzseek;
|
/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 107 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 D | zlib.h | 1884 # define gzseek gzseek64 macro 1902 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
|
H A D | zconf.h | 106 # define gzseek z_gzseek macro
|
H A D | ChangeLog | 50 - 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 D | gzlib.c | 414 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek() function
|
H A D | zconf.h.in | 95 # define gzseek z_gzseek macro
|
H A D | FAQ | 251 single call. gzseek() and gztell() may be limited to 4 GB depending on how
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 52 gzgets() after gzseek: hello! 66 gzgets() after gzseek: hello!
|
H A D | gzlib.c | 446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | example.c | 166 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ 187 pos = gzseek(file, -8L, SEEK_CUR);
|
H A D | example_original.c | 158 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ 179 pos = gzseek(file, -8L, SEEK_CUR);
|