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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.cpp167 if (curBufSize <= targetSize && (targetSize || !EofPending()))
183 if (flushSize || EofPending())
195 if (curBufSize <= targetSize && (targetSize || !EofPending()))
223 return hardFlush && (!!GetCurrentBufferSize() || EofPending());
414 else if (EofPending())
H A Dnetwork.h111 virtual bool EofPending() const =0;
206 bool EofPending() const { return m_eofState > EOF_NONE && m_eofState < EOF_DONE; } function in class:NetworkSink

Completed in 30 milliseconds