Searched refs:HashKey (Results 1 – 8 of 8) sorted by relevance
36 class HashKey39 HashKey* _next_entry;48 virtual ~HashKey(){}; in ~HashKey()72 _buckets = (HashKey**)calloc(_max, sizeof(HashKey*));90 int HashInsert(HashKey* key) { in HashInsert()112 HashKey* HashFind(HashKey* key) { in HashFind()119 HashKey* item = _buckets[idx]; in HashFind()150 void HashRemove(HashKey* key) { in HashRemove()158 HashKey* prev = NULL; in HashRemove()194 HashKey* HashGetFirst() { in HashGetFirst()[all …]
64 HashKey* hash_item = _hash_map->HashGetFirst(); in ~MsgBuffPool()87 HashKey* hash_item = _hash_map->HashFind(&msg_key); in GetMsgBuf()121 HashKey* hash_item = _hash_map->HashFind(&msg_key); in FreeMsgBuf()
41 class ISession : public HashKey82 virtual int HashCmp(HashKey* rhs){ in HashCmp()
118 class MsgBufMap : public HashKey175 virtual int HashCmp(HashKey* rhs){ in HashCmp()
119 class CNetHandler : public HashKey133 virtual int HashCmp(HashKey* rhs); 366 class CDestLinks : public CTimerNotify, public HashKey414 virtual int HashCmp(HashKey* rhs) { in HashCmp()
215 class TcpKeepKey : public HashKey241 virtual int HashCmp(HashKey* rhs){ in HashCmp()
598 int32_t CNetHandler::HashCmp(HashKey* rhs) in HashCmp()1716 HashKey* hash_item = _ip_hash->HashGetFirst(); in ~CNetMgr()1729 HashKey* hash_item = _session_hash->HashGetFirst(); in ~CNetMgr()
483 HashKey* hash_item = _keep_hash->HashGetFirst(); in ~TcpKeepMgr()