Searched refs:gaplist (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/
H A DDownloadListCtrl.cpp1301 const CGapList& gaplist = file->GetGapList(); local
1302 CGapList::const_iterator it = gaplist.begin();
1306 for (; it != gaplist.end(); ++it) {
H A DExternalConn.cpp1153 const CGapList& gaplist = m_PartFile()->GetGapList(); local
1154 const size_t gap_list_size = gaplist.size();
1158 for (CGapList::const_iterator curr_pos = gaplist.begin();
1159 curr_pos != gaplist.end(); ++curr_pos) {

Completed in 41 milliseconds