Lines Matching full:gzread
116 <li> int <a href="#gzread">gzread</a> (gzFile file, voidp buf, unsigned len);
191 case <a href="#gzread">gzread</a> will directly read from the file without decompression.
224 <font color="Blue"><dt> int <a name="gzread">gzread</a> (gzFile file, voidp buf, unsigned len);</font>
227 If the input file was not in gzip format, <a href="#gzread">gzread</a> copies the given number
230 <a href="#gzread">gzread</a> returns the number of uncompressed bytes actually read (0 for
291 Sets the starting position for the next <a href="#gzread">gzread</a> or <a href="#gzwrite">gzwrite</a> on the
316 Returns the starting position for the next <a href="#gzread">gzread</a> or <a href="#gzwrite">gzwrite</a> on the