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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c347 IPos hash_head = 0; local
374 INSERT_STRING(s, n, hash_head);
376 if (hash_head) hash_head = 0; /* to make compiler happy */
1476 IPos hash_head = NIL; /* head of the hash chain */ local
1494 * dictionary, and set hash_head to the head of the hash chain:
1497 INSERT_STRING(s, s->strstart, hash_head);
1503 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1510 (s->strategy == Z_RLE && s->strstart - hash_head
1582 IPos hash_head = NIL; /* head of hash chain */ local
[all...]

Completed in 46 milliseconds