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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.cpp284 unsigned int recvResult = receiver.GetReceiveResult(); local
286 OutputDebugString((IntToString((unsigned int)this) + ": Received " + IntToString(recvResult) + " bytes\n").c_str());
288 m_dataEnd += recvResult;
318 unsigned int recvResult = receiver.GetReceiveResult(); local
320 OutputDebugString((IntToString((unsigned int)this) + ": Received " + IntToString(recvResult) + " bytes\n").c_str());
322 m_dataEnd += recvResult;

Completed in 61 milliseconds