Searched refs:gzseek (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dzopen.c35 return gzseek(cookie, (z_off_t)offset, whence);
H A DSymbol.map61 gzseek;
H A Dzlib.h1409 gzseek() or gzrewind().
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1438 supported; gzseek then compresses a sequence of zeroes up to the new
1441 gzseek returns the resulting offset location as measured in bytes from
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
H A Dgzlib.c442 z_off_t ZEXPORT gzseek(file, offset, whence) function
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
181 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
185 fprintf(stderr, "bad gzgets after gzseek\n");
188 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h1171 character will be discarded if the stream is repositioned with gzseek()
1185 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1194 supported; gzseek then compresses a sequence of zeroes up to the new
1197 gzseek returns the resulting offset location as measured in bytes from
1207 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1216 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)

Completed in 63 milliseconds