Lines Matching defs:check
114 output file, a running CRC-32 check on the output and the total number of
120 int check; /* true if checking crc and total */
135 if (me->check) {
222 outd.check = 0;
314 input does not cause an exception. The code != end + 1 check is
316 code. If this ever causes a problem, that check could be safely
317 removed. Leaving this check in greatly improves gun's ability
319 In any case, the prev > end check must be retained. */
378 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends
406 strm->msg = (char *)"incorrect header check";
467 outd.check = 1;
480 /* check trailer */
488 strm->msg = (char *)"incorrect data check";
499 strm->msg = (char *)"incorrect length check";
538 decompress without writing and check the gzip trailer for integrity. If