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

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c1632 IPos hash_head; /* head of the hash chain */ local
1650 * dictionary, and set hash_head to the head of the hash chain:
1652 hash_head = NIL;
1654 INSERT_STRING(s, s->strstart, hash_head);
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1665 s->match_length = longest_match (s, hash_head);
1685 INSERT_STRING(s, s->strstart, hash_head);
1734 IPos hash_head; /* head of hash chain */ local
1753 * dictionary, and set hash_head t
[all...]

Completed in 44 milliseconds