Searched refs:m_bHashValid (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 DSHAHashSet.cpp85 m_bHashValid = false;
158 if (bDontReplace && m_bHashValid) {
161 if (m_pRightTree->m_bHashValid && m_pLeftTree->m_bHashValid) {
166 m_bHashValid = true;
169 return m_bHashValid;
181 if (!m_bHashValid) {
198 if (m_pLeftTree && !m_pLeftTree->m_bHashValid) {
201 if (m_pRightTree && !m_pRightTree->m_bHashValid) {
205 if ((m_pRightTree && m_pRightTree->m_bHashValid)
[all...]
H A DSHAHashSet.h156 bool m_bHashValid; // the hash is valid and not empty member in class:CAICHHashTree
168 bool GetHashValid() const { return m_bHashValid; }
261 bool HasValidMasterHash() { return m_pHashTree.m_bHashValid; }

Completed in 46 milliseconds