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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c298 IPos hash_head = 0; local
324 INSERT_STRING(s, n, hash_head);
326 if (hash_head) hash_head = 0; /* to make compiler happy */
1142 IPos hash_head = NIL; /* head of the hash chain */ local
1160 * dictionary, and set hash_head to the head of the hash chain:
1163 INSERT_STRING(s, s->strstart, hash_head);
1169 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1175 s->match_length = longest_match (s, hash_head);
1238 IPos hash_head = NIL; /* head of hash chain */ local
[all...]

Completed in 1782 milliseconds