HomeSort by relevance Sort by last modified time
    Searched refs:copy_this (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/zlib/contrib/minizip/
zip.c 227 uInt copy_this; local
241 copy_this = (uInt)ldi->avail_in_this_block;
243 copy_this = (uInt)len;
247 for (i=0;i<copy_this;i++)
250 ldi->filled_in_this_block += copy_this;
251 ldi->avail_in_this_block -= copy_this;
252 from_copy += copy_this ;
253 len -= copy_this;
1012 uInt copy_this,i; local
1014 copy_this = zi->ci.stream.avail_in
    [all...]
  /external/zlib/contrib/minizip/
zip.c 245 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
    [all...]

Completed in 29 milliseconds