Searched refs:_session_hash (Results 1 – 2 of 2) sorted by relevance
1601 if (NULL == this->_session_hash) in FindNetItem()1606 return (CNetHandler*)_session_hash->HashFind(key); in FindNetItem()1611 if (NULL == this->_session_hash) in InsertNetItem()1616 int32_t ret = _session_hash->HashInsert(item); in InsertNetItem()1633 _session_hash->HashRemove(handler); in RemoveNetItem()1709 _session_hash = new HashList(100000); in CNetMgr()1727 if (_session_hash != NULL) in ~CNetMgr()1729 HashKey* hash_item = _session_hash->HashGetFirst(); in ~CNetMgr()1733 hash_item = _session_hash->HashGetFirst(); in ~CNetMgr()1736 delete _session_hash; in ~CNetMgr()[all …]
529 HashList* _session_hash; variable