Searched refs:_hash_lookup (Results 1 – 1 of 1) sorted by relevance
/external/mtools/ |
D | hash.c | 162 static int _hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in _hash_lookup() function 200 return _hash_lookup(H, E, E2, hint, 0); in hash_lookup() 215 if(_hash_lookup(H, E, &E2, &hint, 1)) { in hash_remove()
|