Lines Matching refs:MtMsgBuf
42 typedef TAILQ_ENTRY(MtMsgBuf) MsgBufLink;
43 typedef TAILQ_HEAD(__MtbuffTailq, MtMsgBuf) MsgBufQueue;
44 class MtMsgBuf
58 MtMsgBuf(int max_len) { in MtMsgBuf() function
67 ~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()
155 ptr = new MtMsgBuf(_max_buf_size); in GetMsgBuf()
161 void FreeMsgBuf(MtMsgBuf* ptr){ in FreeMsgBuf()
198 MtMsgBuf* GetMsgBuf(int max_size);
200 void FreeMsgBuf(MtMsgBuf* msg_buf);