Lines Matching full:compressed
7 for random access of a compressed file. A file containing a zlib or gzip
8 stream is provided on the command line. The compressed stream is decoded in
10 in the uncompressed output. The compressed file is left open, and can then
27 necessary the first few bits of the compressed data is read from the file.
34 requests for random access reads from the compressed data would try to use
131 /* Make one entire pass through the compressed stream and build an index, with
160 also validates the integrity of the compressed data using the check
166 /* get some compressed data from input file */
203 of the compressed data after that block has been consumed,
377 fprintf(stderr, "zran: compressed data error in %s\n", argv[1]);