Searched refs:NIL (Results 1 – 5 of 5) sorted by relevance
28 #ifndef NIL29 # define NIL ((unsigned char *)0) /* for no output option */ macro
184 if (s->out != NIL) { in stored()465 if (s->out != NIL) { in codes()490 if (s->out != NIL) { in codes()
137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
104 #define NIL 0 macro194 s->head[s->hash_size-1] = NIL; \1074 s->strstart - (IPos)MAX_DIST(s) : NIL;1349 *p = (Pos)(m >= wsize ? m-wsize : NIL);1357 *p = (Pos)(m >= wsize ? m-wsize : NIL);1544 hash_head = NIL;1552 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {1641 hash_head = NIL;1651 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
107 #define NIL 0 macro193 s->head[s->hash_size-1] = NIL; \212 *p = (Pos)(m >= wsize ? m - wsize : NIL);219 *p = (Pos)(m >= wsize ? m - wsize : NIL);1247 s->strstart - (IPos)MAX_DIST(s) : NIL;1848 hash_head = NIL;1856 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {1951 hash_head = NIL;1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
Completed in 16 milliseconds