OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_notify
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
222
:
m_notify
(notify), m_shutdown(SD_NONE), m_error(0) {
513
IPseudoTcpNotify::WriteResult wres =
m_notify
->TcpWritePacket(this, reinterpret_cast<char *>(buffer), len + HEADER_SIZE);
635
//
m_notify
->associate(addr);
643
if (
m_notify
) {
644
m_notify
->OnTcpOpen(this);
742
if (
m_notify
) {
743
m_notify
->OnTcpOpen(this);
754
if (
m_notify
) {
755
m_notify
->OnTcpWriteable(this);
888
if (
m_notify
) {
[
all
...]
pseudotcp.h
159
IPseudoTcpNotify*
m_notify
;
member in class:cricket::PseudoTcp
Completed in 684 milliseconds