Searched defs:NIL (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c99 #define NIL 0 macro
185 s->head[s->hash_size-1] = NIL; \
736 s->strstart - (IPos)MAX_DIST(s) : NIL;
1001 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1009 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1142 IPos hash_head = NIL; /* head of the hash chain */
1169 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1238 IPos hash_head = NIL; /* head of hash chain */
1268 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 407 milliseconds