Lines Matching defs:copy_this
243 uInt copy_this;
258 copy_this = (uInt)ldi->avail_in_this_block;
262 copy_this = (uInt)len;
267 for (i = 0;i < copy_this; i++) {
271 ldi->filled_in_this_block += copy_this;
272 ldi->avail_in_this_block -= copy_this;
273 from_copy += copy_this ;
274 len -= copy_this;
1757 uInt copy_this,i;
1759 copy_this = zi->ci.stream.avail_in;
1761 copy_this = zi->ci.stream.avail_out;
1763 for (i = 0; i < copy_this; i++){
1768 zi->ci.stream.avail_in -= copy_this;
1769 zi->ci.stream.avail_out -= copy_this;
1770 zi->ci.stream.next_in += copy_this;
1771 zi->ci.stream.next_out += copy_this;
1772 zi->ci.stream.total_in += copy_this;
1773 zi->ci.stream.total_out += copy_this;
1774 zi->ci.pos_in_buffered_data += copy_this;