Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/zmod/
H A Dtrees.c153 local void compress_block OF((deflate_state *s, ct_data *ltree,
1072 local void compress_block(s, ltree, dtree) in compress_block() argument
1074 ct_data *ltree; /* literal tree */
1087 send_code(s, lc, ltree); /* send a literal byte */
1092 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1116 send_code(s, END_BLOCK, ltree);
1117 s->last_eob_len = ltree[END_BLOCK].Len;
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1580 local void compress_block OF((deflate_state *s, ct_data *ltree,
2451 local void compress_block(s, ltree, dtree) in compress_block() argument
2453 ct_data *ltree; /* literal tree */
2466 send_code(s, lc, ltree); /* send a literal byte */
2471 send_code(s, code+LITERALS+1, ltree); /* send the length code */
2494 send_code(s, END_BLOCK, ltree);
2495 s->last_eob_len = ltree[END_BLOCK].Len;
4116 inflate_huft *ltree; /* literal/length/eob tree */ member
4135 c->ltree = tl;
4171 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
[all …]
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2368 local void compress_block OF((deflate_state *s, ct_data *ltree,
3359 compress_block(s, ltree, dtree) in compress_block() argument
3361 ct_data *ltree; /* literal tree */
3375 send_code(s, lc, ltree);
3381 send_code(s, code+LITERALS+1, ltree);
3412 send_code(s, END_BLOCK, ltree);
3413 s->last_eob_len = ltree[END_BLOCK].Len;
5297 const inflate_huft *ltree; /* literal/length/eob tree */ member
5318 c->ltree = tl;
5358 c->ltree, c->dtree, s, z);
[all …]