Searched refs:hash_head (Results 1 – 3 of 3) sorted by relevance
1833 IPos hash_head; /* head of the hash chain */ local1853 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 */ local1956 hash_head = NIL;1958 INSERT_STRING(s, s->strstart, hash_head);1967 s->strstart - hash_head <= MAX_DIST(s)) {[all …]
1358 - initialize hash_head in deflate.c
5309 struct sctp_ifalist *hash_head; in sctp_find_ifa_by_addr() local5327 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()