Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
1043 local void compress_block(s, ltree, dtree) in compress_block() argument
1045 const ct_data *ltree; /* literal tree */
1059 send_code(s, lc, ltree); /* send a literal byte */
1064 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1087 send_code(s, END_BLOCK, ltree);
/illumos-gate/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;
4126 inflate_huft *ltree; /* literal/length/eob tree */ member
4145 c->ltree = tl;
4181 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2366 local void compress_block OF((deflate_state *s, ct_data *ltree,
3357 compress_block(s, ltree, dtree) in compress_block() argument
3359 ct_data *ltree; /* literal tree */
3373 send_code(s, lc, ltree);
3379 send_code(s, code+LITERALS+1, ltree);
3410 send_code(s, END_BLOCK, ltree);
3411 s->last_eob_len = ltree[END_BLOCK].Len;
5295 const inflate_huft *ltree; /* literal/length/eob tree */ member
5316 c->ltree = tl;
5356 c->ltree, c->dtree, s, z);
[all …]