Home | History | Annotate | Download | only in zlib

Lines Matching refs:Assert

258     Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead");
303 Assert(more >= 2, "more < 2");
368 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
1381 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1392 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
1396 Assert(cur_match < s->strstart, "no future");
1423 Assert(scan[2] == match[2], "scan[2]?");
1434 Assert(scan <= s->window + (unsigned)(s->window_size - 1),
1455 Assert(*scan == *match, "match[2]?");
1467 Assert(scan <= s->window + (unsigned)(s->window_size - 1),
1507 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1509 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
1512 Assert(cur_match < s->strstart, "no future");
1527 Assert(*scan == *match, "match[2]?");
1539 Assert(scan <= s->window + (unsigned)(s->window_size - 1), "wild scan");
2018 Assert (flush != Z_NO_FLUSH, "no flush?");
2075 Assert(scan <= s->window + (uInt)(s->window_size - 1),