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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c329 IPos hash_head = 0; local
356 INSERT_STRING(s, n, hash_head);
358 if (hash_head) hash_head = 0; /* to make compiler happy */
1458 IPos hash_head = NIL; /* head of the hash chain */ local
1476 * dictionary, and set hash_head to the head of the hash chain:
1479 INSERT_STRING(s, s->strstart, hash_head);
1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1492 (s->strategy == Z_RLE && s->strstart - hash_head
1564 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/freebsd-9.3-release/lib/libz/
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...]
/freebsd-9.3-release/sys/net/
H A Dzlib.c834 IPos hash_head = 0; local
862 INSERT_STRING(s, n, hash_head);
864 if (hash_head) hash_head = 0; /* to make compiler happy */
1632 IPos hash_head = NIL; /* head of the hash chain */ local
1650 * dictionary, and set hash_head to the head of the hash chain:
1653 INSERT_STRING(s, s->strstart, hash_head);
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1665 s->match_length = longest_match (s, hash_head);
1725 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c5002 struct sctp_ifalist *hash_head; local
5017 hash_head = &vrf->vrf_addr_hash[(hash_of_addr & vrf->vrf_addr_hashmark)];
5018 if (hash_head == NULL) {
5029 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) {

Completed in 126 milliseconds