hash_head 320 lib/zlib/deflate.c IPos hash_head = 0; hash_head 347 lib/zlib/deflate.c INSERT_STRING(s, n, hash_head); hash_head 349 lib/zlib/deflate.c if (hash_head) hash_head = 0; /* to make compiler happy */ hash_head 1452 lib/zlib/deflate.c IPos hash_head = NIL; /* head of the hash chain */ hash_head 1473 lib/zlib/deflate.c INSERT_STRING(s, s->strstart, hash_head); hash_head 1479 lib/zlib/deflate.c if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { hash_head 1486 lib/zlib/deflate.c (s->strategy == Z_RLE && s->strstart - hash_head == 1)) { hash_head 1487 lib/zlib/deflate.c s->match_length = longest_match_fast (s, hash_head); hash_head 1491 lib/zlib/deflate.c s->match_length = longest_match (s, hash_head); hash_head 1492 lib/zlib/deflate.c } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { hash_head 1493 lib/zlib/deflate.c s->match_length = longest_match_fast (s, hash_head); hash_head 1515 lib/zlib/deflate.c INSERT_STRING(s, s->strstart, hash_head); hash_head 1558 lib/zlib/deflate.c IPos hash_head = NIL; /* head of hash chain */ hash_head 1580 lib/zlib/deflate.c INSERT_STRING(s, s->strstart, hash_head); hash_head 1588 lib/zlib/deflate.c if (hash_head != NIL && s->prev_length < s->max_lazy_match && hash_head 1589 lib/zlib/deflate.c s->strstart - hash_head <= MAX_DIST(s)) { hash_head 1595 lib/zlib/deflate.c s->match_length = longest_match (s, hash_head); hash_head 1596 lib/zlib/deflate.c } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { hash_head 1597 lib/zlib/deflate.c s->match_length = longest_match_fast (s, hash_head); hash_head 1635 lib/zlib/deflate.c INSERT_STRING(s, s->strstart, hash_head);