Searched refs:hash_item (Results 1 – 3 of 3) sorted by relevance
64 HashKey* hash_item = _hash_map->HashGetFirst(); in ~MsgBuffPool() local65 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 …]
483 HashKey* hash_item = _keep_hash->HashGetFirst(); in ~TcpKeepMgr() local484 while (hash_item) in ~TcpKeepMgr()486 delete hash_item; in ~TcpKeepMgr()487 hash_item = _keep_hash->HashGetFirst(); in ~TcpKeepMgr()
1716 HashKey* hash_item = _ip_hash->HashGetFirst(); in ~CNetMgr() local1717 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() local1730 while (hash_item) in ~CNetMgr()1732 delete hash_item; in ~CNetMgr()1733 hash_item = _session_hash->HashGetFirst(); in ~CNetMgr()