Searched refs:SourceExhausted (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 Dtest.cpp732 while (!(in.SourceExhausted() && out.SourceExhausted()))
741 if (!out.SourceExhausted())
745 if (out.SourceExhausted())
749 if (!in.SourceExhausted())
753 if (in.SourceExhausted())
H A Dnetwork.h173 bool SourceExhausted() const {return m_dataBegin == m_dataEnd && GetReceiver().EofReceived();} function in class:NetworkSource
H A Dnetwork.cpp153 if (!m_messageEndSent && SourceExhausted())
H A Dfilters.h740 virtual bool SourceExhausted() const =0;
766 bool SourceExhausted() const function in class:SourceTemplate

Completed in 110 milliseconds