Searched defs:INSERT_STRING (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/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);
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c176 * IN assertion: all calls to to INSERT_STRING are made with consecutive
181 #define INSERT_STRING(s, str, match_head) \ macro
186 #define INSERT_STRING(s, str, match_head) \ macro
1654 INSERT_STRING(s, s->strstart, hash_head);
1685 INSERT_STRING(s, s->strstart, hash_head);
1757 INSERT_STRING(s, s->strstart, hash_head);
1808 INSERT_STRING(s, s->strstart, hash_head);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c561 * IN assertion: all calls to to INSERT_STRING are made with consecutive
565 #define INSERT_STRING(s, str, match_head) \ macro
1252 INSERT_STRING(s, s->strstart, hash_head);
1286 INSERT_STRING(s, s->strstart, hash_head);
1347 INSERT_STRING(s, s->strstart, hash_head);
1398 INSERT_STRING(s, s->strstart, hash_head);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c810 * IN assertion: all calls to to INSERT_STRING are made with consecutive
815 #define INSERT_STRING(s, str, match_head) \ macro
820 #define INSERT_STRING(s, str, match_head) \ macro
988 INSERT_STRING(s, n, hash_head);
1971 INSERT_STRING(s, s->strstart, hash_head);
2014 INSERT_STRING(s, s->strstart,
2095 INSERT_STRING(s, s->strstart, hash_head);
2161 INSERT_STRING(s, s->strstart,

Completed in 509 milliseconds