Home | History | Annotate | Download | only in minizip

Lines Matching refs:to_copy

247         unsigned char* to_copy;
263 to_copy = &(ldi->data[ldi->filled_in_this_block]);
266 *(to_copy+i)=*(from_copy+i);