Searched refs:pForFile (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHAHashSet.h269 static bool IsClientRequestPending(const CPartFile* pForFile, uint16 nPart);
H A DDownloadClient.cpp1600 void CUpDownClient::SendAICHRequest(CPartFile* pForFile, uint16 nPart){ argument
1604 request.m_pPartFile = pForFile;
1608 data.WriteHash(pForFile->GetFileHash());
1610 pForFile->GetAICHHashset()->GetMasterHash().Write(&data);
H A DSHAHashSet.cpp944 bool CAICHHashSet::IsClientRequestPending(const CPartFile* pForFile, uint16 nPart) argument
947 if (it->m_pPartFile == pForFile && it->m_nPart == nPart) {
H A Dupdownclient.h389 void SendAICHRequest(CPartFile* pForFile, uint16 nPart);

Completed in 157 milliseconds