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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientList.cpp70 m_ItemsList.push_back(porthash);
80 PaHList m_ItemsList; member in class:CDeletedClient
468 CDeletedClient::PaHList::iterator it2 = pResult->m_ItemsList.begin();
469 for ( ; it2 != pResult->m_ItemsList.end(); ++it2 ) {
492 CDeletedClient::PaHList::iterator it2 = pResult->m_ItemsList.begin();
493 for ( ; it2 != pResult->m_ItemsList.end(); ++it2 ) {
503 pResult->m_ItemsList.push_back(porthash);
515 return it->second->m_ItemsList.size();

Completed in 62 milliseconds