Searched refs:NIL (Results 1 – 1 of 1) sorted by relevance
90 #define NIL 0 macro184 s->head[s->hash_size-1] = NIL; \570 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()780 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()787 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()921 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast()948 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast()1015 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow()1045 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()