Searched refs:INSERT_STRING (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c184 * IN assertion: all calls to to INSERT_STRING are made with consecutive
189 #define INSERT_STRING(s, str, match_head) \ macro
194 #define INSERT_STRING(s, str, match_head) \ macro
356 INSERT_STRING(s, n, hash_head);
1479 INSERT_STRING(s, s->strstart, hash_head);
1521 INSERT_STRING(s, s->strstart, hash_head);
1586 INSERT_STRING(s, s->strstart, hash_head);
1641 INSERT_STRING(s, s->strstart, hash_head);
/freebsd-10-stable/contrib/zlib/
H A Ddeflate.c172 * IN assertion: all calls to INSERT_STRING are made with consecutive input
177 #define INSERT_STRING(s, str, match_head) \ macro
182 #define INSERT_STRING(s, str, match_head) \ macro
1850 INSERT_STRING(s, s->strstart, hash_head);
1881 INSERT_STRING(s, s->strstart, hash_head);
1953 INSERT_STRING(s, s->strstart, hash_head);
2004 INSERT_STRING(s, s->strstart, hash_head);
/freebsd-10-stable/sys/net/
H A Dzlib.c715 * IN assertion: all calls to to INSERT_STRING are made with consecutive
719 #define INSERT_STRING(s, str, match_head) \ macro
869 INSERT_STRING(s, n, hash_head);
1660 INSERT_STRING(s, s->strstart, hash_head);
1692 INSERT_STRING(s, s->strstart, hash_head);
1754 INSERT_STRING(s, s->strstart, hash_head);
1804 INSERT_STRING(s, s->strstart, hash_head);

Completed in 108 milliseconds