Searched refs:m_eofState (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.cpp375 , m_needSendResult(false), m_wasBlocked(false), m_eofState(EOF_NONE)
420 if (m_eofState == EOF_DONE)
428 if (m_eofState > EOF_NONE)
463 m_eofState = EOF_PENDING_SEND;
467 if (m_eofState != EOF_DONE)
528 if (m_eofState == EOF_PENDING_SEND)
531 m_eofState = sender.MustWaitForEof() ? EOF_PENDING_DELIVERY : EOF_DONE;
534 while (m_eofState == EOF_PENDING_DELIVERY)
541 m_eofState = EOF_DONE;
H A Dnetwork.h206 bool EofPending() const { return m_eofState > EOF_NONE && m_eofState < EOF_DONE; }
224 EofState m_eofState; member in class:NetworkSink

Completed in 82 milliseconds