Searched refs:m_uSize (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/kademlia/kademlia/
H A DEntry.h70 m_uSize = 0;
83 uint32_t GetTagCount() const { return m_taglist.size() + ((m_uSize != 0) ? 1 : 0) + (GetCommonFileName().IsEmpty() ? 0 : 1); }
95 uint64_t m_uSize; member in class:Kademlia::CEntry
H A DIndexed.cpp142 toAdd->m_uSize = PeekUInt64(tag->GetBsob());
144 toAdd->m_uSize = tag->GetInt();
488 if (entry->m_uSize == 0 || entry->GetCommonFileName().IsEmpty() || entry->GetTagCount() == 0 || entry->m_tLifeTime < time(NULL)) {
530 if (currEntry->m_uSize == entry->m_uSize) {
767 if (!oldClient || currName->m_uSize <= OLD_MAX_FILE_SIZE) {
836 if (!fileSize || !currName->m_uSize || currName->m_uSize == fileSize) {
884 if (!fileSize || !currName->m_uSize || fileSize == currName->m_uSize) {
[all...]
H A DEntry.cpp70 entry->m_uSize = m_uSize;
93 value = m_uSize;
153 if (m_uSize != 0){
155 data->WriteTag(CTagVarInt(TAG_FILESIZE, m_uSize));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp1050 if (entry->m_uSize == 0) {
1052 entry->m_uSize = PeekUInt64(tag->GetBsob());
1054 entry->m_uSize = tag->GetInt();
1056 DEBUG_ONLY( strInfo += CFormat(wxT(" Size=%u")) % entry->m_uSize; )
1147 if (entry->m_uSize == 0) {
1149 entry->m_uSize = PeekUInt64(tag->GetBsob());
1151 entry->m_uSize = tag->GetInt();
1153 DEBUG_ONLY( strInfo += CFormat(wxT(" Size=%u")) % entry->m_uSize; )
1319 if (entry->m_uSize == 0) {
1320 entry->m_uSize
[all...]

Completed in 162 milliseconds