Home
last modified time | relevance | path

Searched refs:HashCmp (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/micro_thread/
H A Dhash_list.h52 virtual int HashCmp(HashKey* rhs) = 0;
126 if (item->HashCmp(key) == 0) { in HashFind()
161 if ((item->_hash_value == hash) && (item->HashCmp(key) == 0)){ in HashRemove()
H A Dmt_session.h82 virtual int HashCmp(HashKey* rhs){ in HashCmp() function
H A Dmt_mbuf_pool.h175 virtual int HashCmp(HashKey* rhs){ in HashCmp() function
H A Dmt_net.h133 virtual int HashCmp(HashKey* rhs);
414 virtual int HashCmp(HashKey* rhs) { in HashCmp() function
H A Dmt_connection.h241 virtual int HashCmp(HashKey* rhs){ in HashCmp() function
H A Dmt_net.cpp598 int32_t CNetHandler::HashCmp(HashKey* rhs) in HashCmp() function in CNetHandler