Searched refs:INSERT_STRING (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | deflate.c | 155 #define INSERT_STRING(s, str, match_head) \ macro 160 #define INSERT_STRING(s, str, match_head) \ macro 1836 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1867 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1936 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow() 1987 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow()
|
H A D | ChangeLog | 987 INSERT_STRING [Truta] 1514 - work around a problem with gcc on Alpha (in INSERT_STRING)
|