Lines Matching defs:check
115 output file, a running CRC-32 check on the output and the total number of
121 int check; /* true if checking crc and total */
136 if (me->check) {
223 outd.check = 0;
315 input does not cause an exception. The code != end + 1 check is
317 code. If this ever causes a problem, that check could be safely
318 removed. Leaving this check in greatly improves gun's ability
320 In any case, the prev > end check must be retained. */
379 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
407 check";
468 outd.check = 1;
481 /* check trailer */
489 strm->msg = (char *)"incorrect data check";
500 strm->msg = (char *)"incorrect length check";
539 decompress without writing and check the gzip trailer for integrity. If