Lines Matching refs:Assert
448 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate()
465 Assert(s->bi_valid == 0, "bi_buf not flushed"); in zlib_deflate()
597 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match()
608 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); in longest_match()
611 Assert(cur_match < s->strstart, "no future"); in longest_match()
633 Assert(scan[2] == match[2], "scan[2]?"); in longest_match()
644 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match()
664 Assert(*scan == *match, "match[2]?"); in longest_match()
676 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match()
810 Assert(more >= 2, "more < 2"); in fill_window()
880 Assert(s->strstart < s->w_size+MAX_DIST(s) || in deflate_stored()
888 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
1120 Assert (flush != Z_NO_FLUSH, "no flush?"); in deflate_slow()