Searched refs:STORED_BLOCK (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | zutil.h | 81 #define STORED_BLOCK 0 macro
|
H A D | trees.c | 873 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 77 #define STORED_BLOCK 0 macro 2230 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ 2242 send_bits(s, (STORED_BLOCK << 1), 3);
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 128 #define STORED_BLOCK 0 macro 3094 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ 3109 send_bits(s, (STORED_BLOCK << 1), 3);
|