Searched refs:max_block_size (Results 1 – 1 of 1) sorted by relevance
865 ulg max_block_size = 0xffff; in deflate_stored() local868 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored()869 max_block_size = s->pending_buf_size - 5; in deflate_stored()891 max_start = s->block_start + max_block_size; in deflate_stored()