Home
last modified time | relevance | path

Searched refs:_msg_buff (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.cpp45 _msg_buff = NULL; in IMtConnection()
54 if (_msg_buff) { in ~IMtConnection()
56 _msg_buff = NULL; in ~IMtConnection()
67 if (_msg_buff) { in Reset()
69 _msg_buff = NULL; in Reset()
74 _msg_buff = NULL; in Reset()
117 if (!_action || !_msg_buff) { in SendData()
123 int ret = ff_hook_sendto(_osfd, _msg_buff->GetMsgBuff(), _msg_buff->GetMsgLen(), 0, in SendData()
147 if (!_action || !_msg_buff) { in RecvData()
155 int ret = ff_hook_recvfrom(_osfd, _msg_buff->GetMsgBuff(), _msg_buff->GetMaxLen(), in RecvData()
[all …]
H A Dmt_notify.cpp136 if (!_msg_buff) { in InputNotify()
138 if (NULL == _msg_buff) { in InputNotify()
142 _msg_buff->SetBuffType(BUFF_RECV); in InputNotify()
144 char* buff = (char*)_msg_buff->GetMsgBuff(); in InputNotify()
172 _msg_buff->SetHaveRcvLen(have_rcv_len); in InputNotify()
173 _msg_buff->SetMsgLen(have_rcv_len); in InputNotify()
183 _msg_buff = NULL; in InputNotify()
193 _msg_buff = NULL; in InputNotify()
204 _msg_buff = NULL; in InputNotify()
211 conn->SetMtMsgBuff(_msg_buff); in InputNotify()
[all …]
H A Dmt_mbuf_pool.h52 void* _msg_buff; variable
64 _msg_buff = malloc(max_len); in MtMsgBuf()
68 if (_msg_buff) { in ~MtMsgBuf()
69 free(_msg_buff); in ~MtMsgBuf()
70 _msg_buff = NULL; in ~MtMsgBuf()
99 return _msg_buff; in GetMsgBuff()
H A Dmt_connection.h76 _msg_buff = msg_buf; in SetMtMsgBuff()
80 return _msg_buff; in GetMtMsgBuff()
100 MtMsgBuf* _msg_buff; variable
H A Dmt_notify.h81 _msg_buff = NULL; in ISessionNtfy()
113 MtMsgBuf* _msg_buff; variable