Searched refs:pPartFile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadClient.cpp1631 CPartFile* pPartFile = theApp->downloadqueue->GetFileByID(hash); local
1634 if (pPartFile != NULL && request.m_pPartFile == pPartFile && request.m_pClient.GetClient() == this && nPart == request.m_nPart){
1636 if ( (pPartFile->GetAICHHashset()->GetStatus() == AICH_TRUSTED || pPartFile->GetAICHHashset()->GetStatus() == AICH_VERIFIED)
1637 && ahMasterHash == pPartFile->GetAICHHashset()->GetMasterHash())
1639 if(pPartFile->GetAICHHashset()->ReadRecoveryData(request.m_nPart*PARTSIZE, &data)){
1643 pPartFile->AICHRecoveryDataAvailable(request.m_nPart);
1712 CPartFile* pPartFile; local
1714 pPartFile
[all...]
H A DClientTCPSocket.cpp1615 CKnownFile* pPartFile = theApp->sharedfiles->GetFileByID(hash); local
1616 if (pPartFile == NULL){
1620 if (m_client->IsSupportingAICH() && pPartFile->GetAICHHashset()->GetStatus() == AICH_HASHSETCOMPLETE
1621 && pPartFile->GetAICHHashset()->HasValidMasterHash()) {
1624 pPartFile->GetAICHHashset()->GetMasterHash().Write(&data_out);

Completed in 66 milliseconds