Home
last modified time | relevance | path

Searched refs:m_flush_failed (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtcontent.cpp96 m_flush_failed = m_flush_tried = (time_t) 0; in btContent()
758 if( m_flush_failed ){ in NeedFlush()
772 if( m_flush_failed ) break; in FlushCache()
803 if( now >= m_flush_failed + 300 ){ in FlushEntry()
804 if( !m_flush_failed ) in FlushEntry()
819 m_flush_failed = now; in FlushEntry()
828 if(m_flush_failed){ in FlushEntry()
829 m_flush_failed = 0; in FlushEntry()
864 if( !m_flush_failed ){ in FlushQueue()
1205 if( !IsFull() || m_flush_failed ){ in APieceComplete()
[all …]
H A Dbtcontent.h64 time_t m_flush_failed, m_flush_tried; variable
113 int FlushFailed() const { return m_flush_failed ? 1 : 0 ; } in FlushFailed()