Home | Sort by: relevance | last modified time | path |
/src/common/dist/zlib/contrib/minizip/ | |
zip.c | 236 uInt copy_this; local in function:add_data_in_datablock 250 copy_this = (uInt)ldi->avail_in_this_block; 252 copy_this = (uInt)len; 256 for (i=0;i<copy_this;i++) 259 ldi->filled_in_this_block += copy_this; 260 ldi->avail_in_this_block -= copy_this; 261 from_copy += copy_this ; 262 len -= copy_this; 1441 uInt copy_this,i; local in function:zipWriteInFileInZip 1443 copy_this = zi->ci.stream.avail_in [all...] |
zip.c | 236 uInt copy_this; local in function:add_data_in_datablock 250 copy_this = (uInt)ldi->avail_in_this_block; 252 copy_this = (uInt)len; 256 for (i=0;i<copy_this;i++) 259 ldi->filled_in_this_block += copy_this; 260 ldi->avail_in_this_block -= copy_this; 261 from_copy += copy_this ; 262 len -= copy_this; 1441 uInt copy_this,i; local in function:zipWriteInFileInZip 1443 copy_this = zi->ci.stream.avail_in [all...] |