Searched refs:MtMsgBuf (Results 1 – 6 of 6) sorted by relevance
42 typedef TAILQ_ENTRY(MtMsgBuf) MsgBufLink;44 class MtMsgBuf58 MtMsgBuf(int max_len) { in MtMsgBuf() function67 ~MtMsgBuf() { in ~MtMsgBuf()136 MtMsgBuf* ptr = NULL; in ~MsgBufMap()137 MtMsgBuf* tmp = NULL; in ~MsgBufMap()148 MtMsgBuf* GetMsgBuf(){ in GetMsgBuf()149 MtMsgBuf* ptr = NULL; in GetMsgBuf()161 void FreeMsgBuf(MtMsgBuf* ptr){ in FreeMsgBuf()198 MtMsgBuf* GetMsgBuf(int max_size);[all …]
107 MtMsgBuf* msg_buff = msgmgr->GetMsgBuf(max_len); in InitConnEnv()138 MtMsgBuf* msg_buff = NULL; in DoEncode()161 MtMsgBuf* msg_buff = NULL; in DoInput()183 MtMsgBuf* msg_buff = NULL; in DoProcess()
78 MtMsgBuf* MsgBuffPool::GetMsgBuf(int max_size) in GetMsgBuf()110 void MsgBuffPool::FreeMsgBuf(MtMsgBuf* msg_buf) in FreeMsgBuf()
75 void SetMtMsgBuff(MtMsgBuf* msg_buf) { in SetMtMsgBuff()79 MtMsgBuf* GetMtMsgBuff() { in GetMtMsgBuff()100 MtMsgBuf* _msg_buff;
113 MtMsgBuf* _msg_buff;
207 MtMsgBuf* msg = conn->GetMtMsgBuff(); in InputNotify()