Searched refs:EOF_NONE (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.h206 bool EofPending() const { return m_eofState > EOF_NONE && m_eofState < EOF_DONE; }
220 enum EofState { EOF_NONE, EOF_PENDING_SEND, EOF_PENDING_DELIVERY, EOF_DONE }; enumerator in enum:NetworkSink::EofState
H A Dnetwork.cpp375 , m_needSendResult(false), m_wasBlocked(false), m_eofState(EOF_NONE)
428 if (m_eofState > EOF_NONE)

Completed in 77 milliseconds