Searched refs:m_kadPublishInfo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchFile.cpp51 m_kadPublishInfo(0)
112 m_kadPublishInfo(other.m_kadPublishInfo)
148 if (m_kadPublishInfo == 0) {
149 if (other.m_kadPublishInfo != 0) {
150 m_kadPublishInfo = other.m_kadPublishInfo;
153 if (other.m_kadPublishInfo != 0) {
154 m_kadPublishInfo =
155 std::max(m_kadPublishInfo
[all...]
H A DSearchFile.h176 void SetKadPublishInfo(uint32_t val) throw() { m_kadPublishInfo = val; }
177 uint32_t GetKadPublishInfo() const throw() { return m_kadPublishInfo; }
220 uint32_t m_kadPublishInfo; member in class:CSearchFile
H A Damule-remote-gui.cpp1979 m_kadPublishInfo(0)

Completed in 29 milliseconds