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

/xnu-2422.115.4/libkern/zlib/
H A Ddeflate.c352 IPos hash_head = 0; local
379 INSERT_STRING(s, n, hash_head);
381 if (hash_head) hash_head = 0; /* to make compiler happy */
1481 IPos hash_head = NIL; /* head of the hash chain */ local
1499 * dictionary, and set hash_head to the head of the hash chain:
1502 INSERT_STRING(s, s->strstart, hash_head);
1508 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1515 (s->strategy == Z_RLE && s->strstart - hash_head
1587 IPos hash_head = NIL; /* head of hash chain */ local
[all...]

Completed in 70 milliseconds