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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwinpipes.h124 class WindowsPipeSink : public WindowsHandle, public NetworkSink, public WindowsPipeSender
128 : WindowsHandle(h), NetworkSink(maxBufferSize, autoFlushBound) {}
130 NetworkSink::GetMaxWaitObjectCount;
131 NetworkSink::GetWaitObjects;
H A Dnetwork.cpp373 NetworkSink::NetworkSink(unsigned int maxBufferSize, unsigned int autoFlushBound) function in class:NetworkSink
382 float NetworkSink::ComputeCurrentSpeed()
395 float NetworkSink::GetMaxObservedSpeed() const
401 unsigned int NetworkSink::GetMaxWaitObjectCount() const
406 void NetworkSink::GetWaitObjects(WaitObjectContainer &container, CallStack const& callStack)
409 LimitedBandwidth::GetWaitObjects(container, CallStack("NetworkSink::GetWaitObjects() - speed limit", &callStack));
411 AccessSender().GetWaitObjects(container, CallStack("NetworkSink::GetWaitObjects() - was blocked", &callStack));
413 AccessSender().GetWaitObjects(container, CallStack("NetworkSink::GetWaitObjects() - buffer not empty", &callStack));
415 AccessSender().GetWaitObjects(container, CallStack("NetworkSink
[all...]
H A Dnetwork.h188 class CRYPTOPP_NO_VTABLE NetworkSink : public NonblockingSink class in inherits:NonblockingSink
191 NetworkSink(unsigned int maxBufferSize, unsigned int autoFlushBound);
217 const NetworkSender & GetSender() const {return const_cast<NetworkSink *>(this)->AccessSender();}
H A Dsocketft.h206 //! socket-based implementation of NetworkSink
207 class SocketSink : public NetworkSink, public Socket
211 : NetworkSink(maxBufferSize, autoFlushBound), Socket(s), m_sender(*this) {}

Completed in 66 milliseconds