Searched refs:gapkey (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/utils/fileview/
H A DPrint.cpp332 unsigned long gapkey; local
333 if (tag.GetName().Mid(1).ToULong(&gapkey)) {
334 out << DecodeTagNameID(gap_mark) << wxString::Format(wxT("[%lu]"), gapkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFile.cpp544 unsigned long int gapkey; local
545 if (newtag.GetName().Mid(1).ToULong(&gapkey)) {
546 if ( gap_map.find( gapkey ) == gap_map.end() ) {
548 gap_map[gapkey] = gap;
552 gap = gap_map[ gapkey ];

Completed in 164 milliseconds