Searched refs:CKadSourcePtrList (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 DIndexed.h57 typedef std::list<Source*> CKadSourcePtrList; typedef
70 CKadSourcePtrList m_Source_map;
H A DIndexed.cpp286 CKadSourcePtrList& KeyHashSrcMap = currSrcHash->m_Source_map;
290 for (CKadSourcePtrList::iterator itSource = KeyHashSrcMap.begin(); itSource != KeyHashSrcMap.end(); ++itSource) {
357 CKadSourcePtrList& KeyHashNoteMap = currNoteHash->m_Source_map;
359 for (CKadSourcePtrList::iterator itNote = KeyHashNoteMap.begin(); itNote != KeyHashNoteMap.end(); ++itNote) {
437 CKadSourcePtrList::iterator itSource = currSrcHash->m_Source_map.begin();
591 for (CKadSourcePtrList::iterator itSource = currSrcHash->m_Source_map.begin(); itSource != currSrcHash->m_Source_map.end(); ++itSource) {
666 for (CKadSourcePtrList::iterator itSource = currNoteHash->m_Source_map.begin(); itSource != currNoteHash->m_Source_map.end(); ++itSource) {
829 for (CKadSourcePtrList::iterator itSource = currSrcHash->m_Source_map.begin(); itSource != currSrcHash->m_Source_map.end(); ++itSource) {
879 for (CKadSourcePtrList::iterator itSource = currNoteHash->m_Source_map.begin(); itSource != currNoteHash->m_Source_map.end(); ++itSource ) {

Completed in 162 milliseconds