Searched refs:NIL (Results 1 – 2 of 2) sorted by relevance
88 #define NIL 0 macro163 s->head[s->hash_size-1] = NIL; \709 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()919 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()926 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()1060 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast()1087 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast()1154 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow()1184 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
403 #define NIL 0