Searched refs:NetworkSource (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.h105 class WindowsPipeSource : public WindowsHandle, public NetworkSource, public WindowsPipeReceiver
109 : WindowsHandle(h), NetworkSource(attachment)
115 NetworkSource::GetMaxWaitObjectCount;
116 NetworkSource::GetWaitObjects;
H A Dnetwork.h165 class CRYPTOPP_NO_VTABLE NetworkSource : public NonblockingSource class in inherits:NonblockingSource
168 NetworkSource(BufferedTransformation *attachment);
179 const NetworkReceiver & GetReceiver() const {return const_cast<NetworkSource *>(this)->AccessReceiver();}
H A Dnetwork.cpp228 NetworkSource::NetworkSource(BufferedTransformation *attachment) function in class:NetworkSource
235 unsigned int NetworkSource::GetMaxWaitObjectCount() const
242 void NetworkSource::GetWaitObjects(WaitObjectContainer &container, CallStack const& callStack)
245 LimitedBandwidth::GetWaitObjects(container, CallStack("NetworkSource::GetWaitObjects() - speed limit", &callStack));
249 AccessReceiver().GetWaitObjects(container, CallStack("NetworkSource::GetWaitObjects() - no data", &callStack));
251 container.SetNoWait(CallStack("NetworkSource::GetWaitObjects() - have data", &callStack));
254 AttachedTransformation()->GetWaitObjects(container, CallStack("NetworkSource::GetWaitObjects() - attachment", &callStack));
257 size_t NetworkSource::DoPump(lword &byteCount, bool blockingOutput, unsigned long maxTime, bool checkDelimiter, byte delimiter)
281 CallStack("NetworkSource
[all...]
H A Dsocketft.h190 //! socket-based implementation of NetworkSource
191 class SocketSource : public NetworkSource, public Socket
195 : NetworkSource(attachment), Socket(s), m_receiver(*this)

Completed in 50 milliseconds