Searched refs:transferAmount (Results 1 – 1 of 1) sorted by relevance
98 size_t transferAmount = 0; in Pipe() local99 while (transferAmount != amount) { in Pipe()100 auto chunkAmount = std::min(amount - transferAmount, BUFFER_SIZE); in Pipe()107 transferAmount += readAmount; in Pipe()