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

/forgerock/web-agents-v4/zlib/
H A Dzip.c249 uInt copy_this; local
263 copy_this = (uInt)ldi->avail_in_this_block;
265 copy_this = (uInt)len;
269 for (i=0;i<copy_this;i++)
272 ldi->filled_in_this_block += copy_this;
273 ldi->avail_in_this_block -= copy_this;
274 from_copy += copy_this ;
275 len -= copy_this;
1488 uInt copy_this,i; local
1490 copy_this
[all...]

Completed in 1357 milliseconds