Searched refs:m_firstInputDone (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 Dfilters.cpp299 , m_firstInputDone(false)
313 m_firstInputDone = false;
337 if (!m_firstInputDone && newLength >= m_firstSize)
347 m_firstInputDone = true;
350 if (m_firstInputDone)
403 if (!m_firstInputDone && m_firstSize==0)
410 m_firstInputDone = false;
420 if (!m_firstInputDone)
H A Dfilters.h170 bool DidFirstPut() {return m_firstInputDone;}
223 bool m_firstInputDone; member in class:FilterWithBufferedInput

Completed in 109 milliseconds