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

/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h1199 character will be discarded if the stream is repositioned with gzseek()
1213 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1222 supported; gzseek then compresses a sequence of zeroes up to the new
1225 gzseek returns the resulting offset location as measured in bytes from
1235 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1244 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c789 gzseek returns the resulting offset location as measured in bytes from
792 In this version of the library, gzseek can be extremely slow.
794 z_off_t ZEXPORT gzseek (file, offset, whence) function
911 return gzseek(file, 0L, SEEK_CUR);

Completed in 74 milliseconds