Lines Matching refs:_msg_buff
136 if (!_msg_buff) { in InputNotify()
137 _msg_buff = MsgBuffPool::Instance()->GetMsgBuf(this->GetMsgBuffSize()); 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()
150 ret = ff_hook_recvfrom(osfd, buff, _msg_buff->GetMaxLen(), in InputNotify()
172 _msg_buff->SetHaveRcvLen(have_rcv_len); in InputNotify()
173 _msg_buff->SetMsgLen(have_rcv_len); in InputNotify()
182 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()
183 _msg_buff = NULL; in InputNotify()
192 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()
193 _msg_buff = NULL; in InputNotify()
203 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()
204 _msg_buff = NULL; in InputNotify()
211 conn->SetMtMsgBuff(_msg_buff); in InputNotify()
212 _msg_buff = NULL; in InputNotify()