Home | History | Annotate | Download | only in zlib

Lines Matching defs:NIL

105 #define NIL 0
195 s->head[s->hash_size-1] = NIL; \
1150 s->strstart - (IPos)MAX_DIST(s) : NIL;
1492 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1500 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1712 hash_head = NIL;
1720 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1822 hash_head = NIL;
1835 hash_head != NIL &&