HomeSort by relevance Sort by last modified time
    Searched refs:SD_GRACEFUL (Results 1 - 4 of 4) 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;
pseudotcp.cc 449 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
565 if ((m_shutdown == SD_GRACEFUL)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 208 enum Shutdown { SD_NONE, SD_GRACEFUL, SD_FORCEFUL } m_shutdown;
pseudotcp.cc 499 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
631 if ((m_shutdown == SD_GRACEFUL)
    [all...]

Completed in 160 milliseconds