Searched refs:SendDataBlock (Results 1 – 1 of 1) sorted by relevance
239 SendResult SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush = false);410 auto IncrementalServer::SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush) -> SendResult { in SendDataBlock() function in incremental::IncrementalServer487 if (auto res = SendDataBlock(file.id, priority_blocks[i]); in RunPrefetching()496 if (auto res = SendDataBlock(file.id, i); res == SendResult::Sent) { in RunPrefetching()618 if (auto res = SendDataBlock(fileId, blockIdx, true); in Serve()