Home
last modified time | relevance | path

Searched refs:last_eob_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c369 int last_eob_len; /* bit length of EOB code for last block */ member
1756 s->last_eob_len = 8; /* enough lookahead for inflate */
2267 if (s->last_eob_len + 10 - s->bi_valid < 9) {
2273 s->last_eob_len = 7;
2495 s->last_eob_len = ltree[END_BLOCK].Len;
2579 s->last_eob_len = 8; /* enough lookahead for inflate */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c542 int last_eob_len; /* bit length of EOB code for last block */ member
2555 s->last_eob_len = 8; /* enough lookahead for inflate */
3140 if (1 + s->last_eob_len + 10 - s->bi_valid < 9) {
3146 s->last_eob_len = 7;
3411 s->last_eob_len = ltree[END_BLOCK].Len;
3506 s->last_eob_len = 8; /* enough lookahead for inflate */
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1457 int last_eob_len; /* bit length of EOB code for last block */ member