Searched refs:m_publishingIPs (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/kademlia/
H A DEntry.cpp168 m_publishingIPs = NULL;
175 if (m_publishingIPs != NULL) {
176 for (PublishingIPList::const_iterator it = m_publishingIPs->begin(); it != m_publishingIPs->end(); ++it) {
179 delete m_publishingIPs;
180 m_publishingIPs = NULL;
356 if (m_publishingIPs != NULL) { // This instance needs to be a new entry, otherwise we don't want/need to merge
358 wxASSERT(!m_publishingIPs->empty());
364 if (fromEntry == NULL || fromEntry->m_publishingIPs == NULL) {
367 if (m_publishingIPs
[all...]
H A DEntry.h140 PublishingIPList * m_publishingIPs; member in class:Kademlia::CKeyEntry

Completed in 31 milliseconds