Searched refs:max_block_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c1403 ulg max_block_size = 0xffff; local
1406 if (max_block_size > s->pending_buf_size - 5) {
1407 max_block_size = s->pending_buf_size - 5;
1429 max_start = s->block_start + max_block_size;
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c1571 ulg max_block_size = 0xffff; local
1574 if (max_block_size > s->pending_buf_size - 5) {
1575 max_block_size = s->pending_buf_size - 5;
1597 max_start = s->block_start + max_block_size;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1879 ulg max_block_size = 0xffff; local
1882 if (max_block_size > s->pending_buf_size - 5) {
1883 max_block_size = s->pending_buf_size - 5;
1908 max_start = s->block_start + max_block_size;

Completed in 422 milliseconds