Searched refs:super_zone (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.h109 CRoutingZone(CRoutingZone *super_zone, int level, const CUInt128& zone_index) { Init(super_zone, level, zone_index); } argument
110 void Init(CRoutingZone *super_zone, int level, const CUInt128& zone_index);
H A DRoutingZone.cpp91 void CRoutingZone::Init(CRoutingZone *super_zone, int level, const CUInt128& zone_index) argument
95 m_superZone = super_zone;

Completed in 66 milliseconds