Searched refs:gzseek (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zlib.h | 1861 # define gzseek gzseek64 macro 1877 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
|
| H A D | zconf.h | 98 # define gzseek z_gzseek macro
|
| H A D | ChangeLog | 28 - 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 D | gzlib.c | 446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
| H A D | zconf.h.in | 92 # define gzseek z_gzseek macro
|
| H A D | FAQ | 252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 158 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ 179 pos = gzseek(file, -8L, SEEK_CUR);
|
| H A D | example.c | 166 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ 187 pos = gzseek(file, -8L, SEEK_CUR);
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ 162 pos = gzseek(file, -8L, SEEK_CUR);
|