Searched refs:IsPartFile (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.h107 bool IsPartFile(const CKnownFile* file) const;
H A DSharedFilesCtrl.cpp427 if ( file1->IsPartFile() && file2->IsPartFile() )
429 if ( file1->IsPartFile() )
431 if ( file2->IsPartFile() )
595 if ( file->IsPartFile() ) {
636 const ArrayOfUInts16& list = file->IsPartFile() ?
H A DClientTCPSocket.cpp454 if (reqfile->IsPartFile() && reqfile->GetFileSize() > PARTSIZE) {
529 if (reqfile->IsPartFile()) {
1097 if (reqfile->IsPartFile() && reqfile->GetFileSize() > PARTSIZE) {
1138 if (reqfile->IsPartFile()) {
1164 ( reqfile->IsPartFile()
1477 ( file->IsPartFile() &&
1512 if (file->IsPartFile()){
1538 if (file->IsPartFile()){
1751 if (reqfile->IsPartFile()) {
H A DDownloadListCtrl.cpp599 if ((!file->IsPartFile() || file->IsCompleted()) && file->PreviewAvailable()) {
622 if (file->IsPartFile()) {
736 if (file->IsPartFile() && !file->IsCompleted()) {
810 if (file->IsPartFile()) {
916 if (file->IsPartFile() && !file->IsCompleted()) {
1069 if ((file->GetStatus() != PS_COMPLETING) && file->IsPartFile()) {
H A DKnownFile.h182 virtual bool IsPartFile() const {return false;} // true if not completed function in class:CKnownFile
H A DClientUDPSocket.cpp215 if (reqfile->IsPartFile()) {
H A DSharedFileList.cpp811 if( !aFiles[f]->IsPartFile() ) {
900 if (file->IsPartFile()) {
1081 if (file->IsPartFile() == false) {
H A Damule.cpp1265 if (downloadqueue->IsPartFile(owner)) {
1266 // This cast must not be done before the IsPartFile
1320 wxASSERT_MSG(downloadqueue->IsPartFile(completed), wxT("CCompletionEvent for unknown partfile."));
1335 wxASSERT_MSG(downloadqueue->IsPartFile(file), wxT("CAllocFinishedEvent for unknown partfile"));
H A DDownloadClient.cpp1294 if (m_reqfile->IsPartFile()) {
1320 if (m_reqfile->IsPartFile()) {
1562 ( cur_file->IsPartFile() ) )
H A DPartFile.h107 bool IsPartFile() const { return status != PS_COMPLETE; } // true if not completed function in class:CPartFile
H A DSHAHashSet.cpp474 if (m_pOwner->IsPartFile() || m_eStatus != AICH_HASHSETCOMPLETE) {
531 if (/*eMule TODO !m_pOwner->IsPartFile() ||*/ !(m_eStatus == AICH_VERIFIED || m_eStatus == AICH_TRUSTED) ) {
924 if( theApp->downloadqueue->IsPartFile(data.m_pPartFile)) {
H A DUploadClient.cpp205 // For completed part files IsPartFile() returns false, so they are
207 CPartFile* srcPartFile = srcfile->IsPartFile() ? (CPartFile*)srcfile : NULL;
H A DECSpecialCoreTags.cpp245 file->IsPartFile() ? wxString(CFormat(wxT("%s")) % ((CPartFile*)file)->GetPartMetFileName().RemoveExt())
H A DKnownFile.cpp678 wxCHECK(!IsPartFile(), false);
1279 if( IsPartFile() && m_bsave ) {
H A DDownloadQueue.cpp381 if (file->IsPartFile()) {
580 bool CDownloadQueue::IsPartFile(const CKnownFile* file) const function in class:CDownloadQueue
H A DPartFile.cpp1703 if( !IsPartFile() ) {
2515 if(!IsPartFile()) {
3800 show = IsPartFile();
3803 show = !IsPartFile();
H A DGenericClientListCtrl.cpp485 if (!kf->IsPartFile()) {
H A Damule-remote-gui.cpp1068 if (file->IsPartFile()) {
H A DBaseClient.cpp1195 if (!m_reqfile->IsPartFile()) {
H A DExternalConn.cpp1269 const ArrayOfUInts16& list = m_file->IsPartFile() ?

Completed in 657 milliseconds