Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/zlib/
H A Dzconf.h93 # define gzread z_gzread macro
H A Dzlib.h869 CRC-32 instead of an Adler-32. Unlike the gunzip utility and gzread() (see
1334 case gzread will directly read from the file without decompression. When
1395 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
1398 the input file is not in gzip format, gzread copies the given number of
1401 After reaching the end of a gzip stream in the input, gzread will continue
1403 concatenated in the input file, and will all be decompressed by gzread().
1407 gzread can be used to read a gzip file that is being concurrently written.
1408 Upon reaching the end of the input, gzread will return with the available
1411 gzread to be tried again. Z_OK indicates that a gzip stream was completed
1412 on the last gzread
[all...]

Completed in 4 milliseconds