Home | History | Annotate | Download | only in zlib-1.2.8

Lines Matching refs:NIL

104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1436 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1444 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1652 hash_head = NIL;
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1755 hash_head = NIL;
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&