Searched refs:copy_this (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.c223 uInt copy_this; local
237 copy_this = (uInt)ldi->avail_in_this_block;
239 copy_this = (uInt)len;
243 for (i=0;i<copy_this;i++)
246 ldi->filled_in_this_block += copy_this;
247 ldi->avail_in_this_block -= copy_this;
248 from_copy += copy_this ;
249 len -= copy_this;
1008 uInt copy_this,i; local
1010 copy_this
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dzip.c223 uInt copy_this; local
237 copy_this = (uInt)ldi->avail_in_this_block;
239 copy_this = (uInt)len;
243 for (i=0;i<copy_this;i++)
246 ldi->filled_in_this_block += copy_this;
247 ldi->avail_in_this_block -= copy_this;
248 from_copy += copy_this ;
249 len -= copy_this;
1008 uInt copy_this,i; local
1010 copy_this
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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 63 milliseconds