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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/java/
H A DECCodes.java182 public final static short EC_TAG_PARTFILE_LAST_RECV = 0x0310; field in interface:ECCodes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h266 time_t LastDateChanged(time_t *target = 0) const { return AssignIfExist(EC_TAG_PARTFILE_LAST_RECV, target); }
H A DECCodes.h194 EC_TAG_PARTFILE_LAST_RECV = 0x0310, enumerator in enum:ECTagNames
640 case 0x0310: return wxT("EC_TAG_PARTFILE_LAST_RECV");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DECSpecialCoreTags.cpp177 AddTag(EC_TAG_PARTFILE_LAST_RECV, file->GetLastChangeDatetime(), valuemap);

Completed in 153 milliseconds