Home
last modified time | relevance | path

Searched refs:GetDirectCallbackTimeout (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DClientList.cpp1069 wxASSERT(toAdd->GetDirectCallbackTimeout() != 0); in AddDirectCallbackClient()
1089 if (curClient->GetDirectCallbackTimeout() < cur_tick) { in ProcessDirectCallbackList()
1090 wxASSERT(curClient->GetDirectCallbackTimeout() != 0); in ProcessDirectCallbackList()
H A Dupdownclient.h573 uint32_t GetDirectCallbackTimeout() const { return m_dwDirectCallbackTimeout; } in GetDirectCallbackTimeout() function
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DClientList.cpp1069 wxASSERT(toAdd->GetDirectCallbackTimeout() != 0); in AddDirectCallbackClient()
1089 if (curClient->GetDirectCallbackTimeout() < cur_tick) { in ProcessDirectCallbackList()
1090 wxASSERT(curClient->GetDirectCallbackTimeout() != 0); in ProcessDirectCallbackList()
H A Dupdownclient.h573 uint32_t GetDirectCallbackTimeout() const { return m_dwDirectCallbackTimeout; }