Lines Matching refs:check
163 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) argument
376 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
382 strm->adler = state->check = REVERSE(hold); in zlib_inflate()
390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
685 strm->adler = state->check = in zlib_inflate()
686 UPDATE(state->check, put - out, out); in zlib_inflate()
689 REVERSE(hold)) != state->check) { in zlib_inflate()
726 strm->adler = state->check = in zlib_inflate()
727 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate()
776 z->adler = state->check = in zlib_inflateIncomp()
777 UPDATE(state->check, z->next_in, z->avail_in); in zlib_inflateIncomp()