Home | History | Annotate | Download | only in src

Lines Matching refs:max_block_size

1571     ulg max_block_size = 0xffff;
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;