Home
last modified time | relevance | path

Searched refs:_dictKeyIndex (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.c46 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 Ddict.c69 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