Home | History | Annotate | Download | only in net

Lines Matching defs:NIL

407     Posf *head; /* Heads of the hash chains or NIL. */
709 #define NIL 0
797 s->head[s->hash_size-1] = NIL; \
1360 s->strstart - (IPos)MAX_DIST(s) : NIL;
1624 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1632 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1761 IPos hash_head = NIL; /* head of the hash chain */
1788 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1855 IPos hash_head = NIL; /* head of hash chain */
1885 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&