Lines Matching refs:Assert
451 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate()
468 Assert(s->bi_valid == 0, "bi_buf not flushed"); in zlib_deflate()
600 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match()
611 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); in longest_match()
614 Assert(cur_match < s->strstart, "no future"); in longest_match()
636 Assert(scan[2] == match[2], "scan[2]?"); in longest_match()
647 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match()
667 Assert(*scan == *match, "match[2]?"); in longest_match()
679 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match()
814 Assert(more >= 2, "more < 2"); in fill_window()
884 Assert(s->strstart < s->w_size+MAX_DIST(s) || in deflate_stored()
892 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
1124 Assert (flush != Z_NO_FLUSH, "no flush?"); in deflate_slow()