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

/ast/src/lib/libz/
H A Ddeflate.c323 IPos hash_head = 0; local
350 INSERT_STRING(s, n, hash_head);
352 if (hash_head) hash_head = 0; /* to make compiler happy */
1452 IPos hash_head = NIL; /* head of the hash chain */ local
1470 * dictionary, and set hash_head to the head of the hash chain:
1473 INSERT_STRING(s, s->strstart, hash_head);
1479 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1486 (s->strategy == Z_RLE && s->strstart - hash_head
1558 IPos hash_head = NIL; /* head of hash chain */ local
[all...]

Completed in 13 milliseconds