Searched refs:TransferredData (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherStructs.h111 struct TransferredData { struct
H A DCorruptionBlackBox.h38 void TransferredData(uint64 nStartPos, uint64 nEndPos, uint32 senderIP);
H A DCorruptionBlackBox.cpp78 void CCorruptionBlackBox::TransferredData(uint64 nStartPos, uint64 nEndPos, uint32 senderIP) function in class:CCorruptionBlackBox
93 TransferredData((nPart+1)*PARTSIZE, nEndPos, senderIP);
H A Dupdownclient.h593 struct TransferredData {
603 std::list<TransferredData> m_AvarageUDR_list;
H A DUploadClient.cpp612 TransferredData newitem = {sentBytesCompleteFile + sentBytesPartFile, curTick};
H A DPartFile.cpp2901 m_CorruptionBlackBox->TransferredData(start, end, client->GetIP());

Completed in 94 milliseconds