Home | History | Annotate | Download | only in zlib

Lines Matching refs:max_block_size

1631     ulg max_block_size = 0xffff;
1634 if (max_block_size > s->pending_buf_size - 5) {
1635 max_block_size = s->pending_buf_size - 5;
1657 max_start = s->block_start + max_block_size;