Searched refs:hash_head (Results 1 – 1 of 1) sorted by relevance
319 IPos hash_head = 0; local346 INSERT_STRING(s, n, hash_head);348 if (hash_head) hash_head = 0; /* to make compiler happy */1522 IPos hash_head; /* head of the hash chain */ local1542 hash_head = NIL;1544 INSERT_STRING(s, s->strstart, hash_head);1550 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {1555 s->match_length = longest_match (s, hash_head);1575 INSERT_STRING(s, s->strstart, hash_head);1618 IPos hash_head; /* head of hash chain */ local[all …]