Home
last modified time | relevance | path

Searched refs:hash_item (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.cpp64 HashKey* hash_item = _hash_map->HashGetFirst(); in ~MsgBuffPool() local
65 while (hash_item) in ~MsgBuffPool()
67 _hash_map->HashRemove(hash_item); in ~MsgBuffPool()
68 msg_map = dynamic_cast<MsgBufMap*>(hash_item); in ~MsgBuffPool()
71 hash_item = _hash_map->HashGetFirst(); in ~MsgBuffPool()
88 if (hash_item) { in GetMsgBuf()
89 msg_map = (MsgBufMap*)hash_item->GetDataPtr(); in GetMsgBuf()
94 _hash_map->HashRemove(hash_item); in GetMsgBuf()
95 delete hash_item; in GetMsgBuf()
122 if (hash_item) { in FreeMsgBuf()
[all …]
H A Dmt_connection.cpp483 HashKey* hash_item = _keep_hash->HashGetFirst(); in ~TcpKeepMgr() local
484 while (hash_item) in ~TcpKeepMgr()
486 delete hash_item; in ~TcpKeepMgr()
487 hash_item = _keep_hash->HashGetFirst(); in ~TcpKeepMgr()
H A Dmt_net.cpp1716 HashKey* hash_item = _ip_hash->HashGetFirst(); in ~CNetMgr() local
1717 while (hash_item) in ~CNetMgr()
1719 delete hash_item; in ~CNetMgr()
1720 hash_item = _ip_hash->HashGetFirst(); in ~CNetMgr()
1729 HashKey* hash_item = _session_hash->HashGetFirst(); in ~CNetMgr() local
1730 while (hash_item) in ~CNetMgr()
1732 delete hash_item; in ~CNetMgr()
1733 hash_item = _session_hash->HashGetFirst(); in ~CNetMgr()