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

/forgerock/web-agents-v4/zlib/
H A Dgzread.c0 /* gzread.c -- zlib functions for reading gzip files
288 int ZEXPORT gzread(file, buf, len) function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
H A Dzconf.h90 # define gzread z_gzread macro
H A Dzlib.h1253 case gzread will directly read from the file without decompression. When
1313 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1316 the input file is not in gzip format, gzread copies the given number of
1319 After reaching the end of a gzip stream in the input, gzread will continue
1321 concatenated in the input file, and will all be decompressed by gzread().
1325 gzread can be used to read a gzip file that is being concurrently written.
1326 Upon reaching the end of the input, gzread will return with the available
1329 gzread to be tried again. Z_OK indicates that a gzip stream was completed
1330 on the last gzread. Z_BUF_ERROR indicates that the input file ended in the
1331 middle of a gzip stream. Note that gzread doe
[all...]

Completed in 293 milliseconds