Searched refs:_dictKeyIndex (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | dict.c | 46 static int _dictKeyIndex(dict *ht, const void *key); 141 if ((index = _dictKeyIndex(ht, key)) == -1) in dictAdd() 320 static int _dictKeyIndex(dict *ht, const void *key) { in _dictKeyIndex() function
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | dict.c | 69 static long _dictKeyIndex(dict *ht, const void *key, uint64_t hash, dictEntry **existing); 302 if ((index = _dictKeyIndex(d, key, dictHashKey(d,key), existing)) == -1) in dictAddRaw() 963 static long _dictKeyIndex(dict *d, const void *key, uint64_t hash, dictEntry **existing) in _dictKeyIndex() function
|