Lines Matching refs:gzread
1181 case gzread will directly read from the file without decompression.
1235 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1238 the input file was not in gzip format, gzread copies the given number of
1241 After reaching the end of a gzip stream in the input, gzread will continue
1244 will be read if gzread is called until it returns less than the requested
1247 gzread returns the number of uncompressed bytes actually read, less than
1327 gzip stream will be started in the output. gzread() is able to read such
1338 Sets the starting position for the next gzread or gzwrite on the given
1364 Returns the starting position for the next gzread or gzwrite on the given