Searched refs:m_superZone (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/kademlia/routing/
H A DRoutingZone.h151 CRoutingZone *m_superZone; member in class:Kademlia::CRoutingZone
H A DRoutingZone.cpp95 m_superZone = super_zone;
113 if ((m_superZone == NULL) && (m_filename.Length() > 0)) {
121 if ((m_superZone == NULL) && (m_filename.Length() > 0)) {
137 if (m_superZone != NULL || (m_filename.IsEmpty() && specialNodesdat.IsEmpty())) {
725 CRoutingZone* curZone = m_superZone->m_superZone->m_superZone;
851 wxASSERT(m_superZone == NULL);

Completed in 142 milliseconds