Searched defs:copy_this (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c245 uInt copy_this; local
259 copy_this = (uInt)ldi->avail_in_this_block;
261 copy_this = (uInt)len;
265 for (i=0;i<copy_this;i++)
268 ldi->filled_in_this_block += copy_this;
269 ldi->avail_in_this_block -= copy_this;
270 from_copy += copy_this ;
271 len -= copy_this;
1483 uInt copy_this,i; local
1485 copy_this
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.c245 uInt copy_this; local
259 copy_this = (uInt)ldi->avail_in_this_block;
261 copy_this = (uInt)len;
265 for (i=0;i<copy_this;i++)
268 ldi->filled_in_this_block += copy_this;
269 ldi->avail_in_this_block -= copy_this;
270 from_copy += copy_this ;
271 len -= copy_this;
1484 uInt copy_this,i; local
1486 copy_this
[all...]

Completed in 197 milliseconds