Home | History | Annotate | Download | only in DxeNetLib

Lines Matching refs:Copied

275   Create a duplicated copy of the net buffer with data copied and HeadSpace

739 UINT32 Copied;
753 Copied = 0;
792 Copied += ExtFragment[Index].Len;
810 Copied += Len;
814 // Adjust the block structure to exclude the data copied,
847 NetbufSetBlock (Nbuf, FirstBlock, HeadSpace + Copied, 0);
849 Nbuf->BlockOp[0].Size = Copied;
1229 copied data, or 0 if the offset
1245 UINT32 Copied;
1300 Copied = Left;
1307 Copied += BlockOp[Index].Size;
1312 Copied += Len;
1318 return Copied;
1467 @return The length of the actual copied data, or 0 if the offset
1485 UINT32 Copied;
1529 Copied = Left;
1541 Copied += Nbuf->TotalSize;
1548 Copied += Len;
1555 return Copied;