Home
last modified time | relevance | path

Searched refs:TotalBytesCopied (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/network/afd/afd/
H A Dwrite.c117 ASSERT(TotalBytesCopied != 0); in SendComplete()
120 if (TotalBytesCopied > SendLength) in SendComplete()
123 TotalBytesCopied -= SendLength; in SendComplete()
142 FCB->Send.BytesUsed -= TotalBytesCopied; in SendComplete()
143 TotalBytesProcessed += TotalBytesCopied; in SendComplete()
144 SendLength -= TotalBytesCopied; in SendComplete()
169 TotalBytesCopied = 0; in SendComplete()
215 TotalBytesCopied += BytesCopied; in SendComplete()
518 TotalBytesCopied += BytesCopied; in AfdConnectedSocketWriteData()
523 Irp->IoStatus.Information = TotalBytesCopied; in AfdConnectedSocketWriteData()
[all …]
H A Dread.c101 *TotalBytesCopied = 0; in TryToSatisfyRecvRequestFromBuffer()
136 *TotalBytesCopied += BytesToCopy; in TryToSatisfyRecvRequestFromBuffer()
156 UINT TotalBytesCopied = 0; in ReceiveActivity() local
175 TotalBytesCopied)); in ReceiveActivity()
207 ( FCB, RecvReq, &TotalBytesCopied ); in ReceiveActivity()
316 PUINT TotalBytesCopied ) { in SatisfyPacketRecvRequest() argument
386 *TotalBytesCopied = BytesToCopy; in SatisfyPacketRecvRequest()
389 if (*TotalBytesCopied == DatagramRecv->Len) in SatisfyPacketRecvRequest()
400 Irp->IoStatus.Information = *TotalBytesCopied; in SatisfyPacketRecvRequest()
421 UINT TotalBytesCopied = 0; in AfdConnectedSocketReadData() local
[all …]
/reactos/drivers/filesystems/npfs/
H A Dreadsup.c31 ULONG DataSize, DataLength, TotalBytesCopied, RemainingSize, Offset; in NpReadDataQueue() local
41 TotalBytesCopied = 0; in NpReadDataQueue()
97 TotalBytesCopied += DataLength; in NpReadDataQueue()
109 if ((Offset) || (ReadOverflowOperation && !TotalBytesCopied)) in NpReadDataQueue()
162 IoStatus.Information = TotalBytesCopied; in NpReadDataQueue()