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

/ast/src/lib/libz/
H A Dgzio.c907 gzseek returns the resulting offset location as measured in bytes from
910 In this version of the library, gzseek can be extremely slow.
912 z_off_t ZEXPORT gzseek (file, offset, whence) function
1044 return gzseek(file, 0L, SEEK_CUR);

Completed in 10 milliseconds