Searched refs:m_bAutoUpPriority (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h213 bool IsAutoUpPriority() const {return m_bAutoUpPriority;}
214 void SetAutoUpPriority(bool flag) {m_bAutoUpPriority = flag;}
343 bool m_bAutoUpPriority; member in class:CKnownFile
H A DKnownFile.cpp322 m_bAutoUpPriority = thePrefs::GetNewAutoUp();
323 m_iUpPriority = ( m_bAutoUpPriority ) ? PR_HIGH : PR_NORMAL;
597 m_bAutoUpPriority = true;
608 m_bAutoUpPriority = false;
1462 if ( !m_bAutoUpPriority ) return;
1463 m_iUpPriority = ( m_bAutoUpPriority ) ? PR_HIGH : PR_NORMAL;
H A Damule-remote-gui.cpp1046 file->m_bAutoUpPriority = true;
1049 file->m_bAutoUpPriority = false;

Completed in 181 milliseconds