Searched refs:INSERT_STRING (Results 1 – 1 of 1) sorted by relevance
/linux/lib/zlib_deflate/ |
H A D | deflate.c | 167 * IN assertion: all calls to INSERT_STRING are made with consecutive 171 #define INSERT_STRING(s, str, match_head) \ macro 945 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 977 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1040 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow() 1090 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow()
|