Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c1833 IPos hash_head; /* head of the hash chain */ local
1853 hash_head = NIL;
1855 INSERT_STRING(s, s->strstart, hash_head);
1861 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1866 s->match_length = longest_match (s, hash_head);
1886 INSERT_STRING(s, s->strstart, hash_head);
1935 IPos hash_head; /* head of hash chain */ local
1956 hash_head = NIL;
1958 INSERT_STRING(s, s->strstart, hash_head);
1967 s->strstart - hash_head <= MAX_DIST(s)) {
[all …]
H A DChangeLog1358 - initialize hash_head in deflate.c
/f-stack/freebsd/netinet/
H A Dsctputil.c5309 struct sctp_ifalist *hash_head; in sctp_find_ifa_by_addr() local
5327 hash_head = &vrf->vrf_addr_hash[(hash_of_addr & vrf->vrf_addr_hashmark)]; in sctp_find_ifa_by_addr()
5328 if (hash_head == NULL) { in sctp_find_ifa_by_addr()
5339 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) { in sctp_find_ifa_by_addr()