Searched refs:GetTagCount (Results 1 - 6 of 6) 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.h83 uint32_t GetTagCount() const { return m_taglist.size() + ((m_uSize != 0) ? 1 : 0) + (GetCommonFileName().IsEmpty() ? 0 : 1); } function in class:Kademlia::CEntry
H A DIndexed.cpp488 if (entry->m_uSize == 0 || entry->GetCommonFileName().IsEmpty() || entry->GetTagCount() == 0 || entry->m_tLifeTime < time(NULL)) {
570 if( entry->m_uIP == 0 || entry->m_uTCPport == 0 || entry->m_uUDPport == 0 || entry->GetTagCount() == 0 || entry->m_tLifeTime < time(NULL)) {
645 if (entry->m_uIP == 0 || entry->GetTagCount() == 0) {
H A DEntry.cpp145 uint32_t count = GetTagCount() + increaseTagNumber; // will include name and size tag in the count if needed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECTag.h136 size_t GetTagCount() const { return m_tagList.size(); } function in class:CECTag
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp1627 if ( request->GetTagCount() == 1 ) {
1642 if ( request->GetTagCount() == 1 ) {
1657 if ( request->GetTagCount() == 1 ) {
H A DTextClient.cpp816 s += CFormat(_("Number of search results: %i\n")) % response->GetTagCount();

Completed in 68 milliseconds