Searched refs:toCopy (Results 1 – 1 of 1) sorted by relevance
66 size_t toCopy = (blkOffset >= available) in read() local71 memcpy(outbuf + done, blkData + blkOffset, toCopy); in read()72 cursor += toCopy; in read()73 done += toCopy; in read()74 remaining -= toCopy; in read()