HomeSort by relevance Sort by last modified time
    Searched refs:m_shutdown (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 160 enum Shutdown { SD_NONE, SD_GRACEFUL, SD_FORCEFUL } m_shutdown; member in class:cricket::PseudoTcp
pseudotcp.cc 222 : m_notify(notify), m_shutdown(SD_NONE), m_error(0) {
449 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
562 if (m_shutdown == SD_FORCEFUL)
565 if ((m_shutdown == SD_GRACEFUL)
836 bool bIgnoreData = (seg.flags & FLAG_CTL) || (m_shutdown != SD_NONE);

Completed in 217 milliseconds