Home
last modified time | relevance | path

Searched refs:HashFind (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.cpp87 HashKey* hash_item = _hash_map->HashFind(&msg_key); in GetMsgBuf()
121 HashKey* hash_item = _hash_map->HashFind(&msg_key); in FreeMsgBuf()
H A Dhash_list.h112 HashKey* HashFind(HashKey* key) { in HashFind() function
138 HashKey* item = HashFind(key); in HashFindData()
H A Dmt_session.cpp100 return dynamic_cast<ISession*>(_hash_map->HashFind(&key)); in FindSession()
H A Dmt_net.cpp1606 return (CNetHandler*)_session_hash->HashFind(key); in FindNetItem()
1643 return (CDestLinks*)_ip_hash->HashFind(key); in FindDestLink()