Home
last modified time | relevance | path

Searched refs:STORED_BLOCK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h77 #define STORED_BLOCK 0 macro
H A Dtrees.c869 send_bits(s, (STORED_BLOCK<<1)+last, 3); /* send block type */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c77 #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);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c126 #define STORED_BLOCK 0 macro
3092 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
3107 send_bits(s, (STORED_BLOCK << 1), 3);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c616 #define STORED_BLOCK 0 macro