Searched refs:DICT_ERR (Results 1 – 6 of 6) sorted by relevance
95 return DICT_ERR; in dictExpand()142 return DICT_ERR; in dictAdd()187 return DICT_ERR; in dictDelete()209 return DICT_ERR; /* not found */ in dictDelete()325 if (_dictExpandIfNeeded(ht) == DICT_ERR) in _dictKeyIndex()
40 #define DICT_ERR 1 macro
139 if (!dict_can_resize || dictIsRehashing(d)) return DICT_ERR; in dictResize()152 return DICT_ERR; in dictExpand()158 if (realsize == d->ht[0].size) return DICT_ERR; in dictExpand()269 if (!entry) return DICT_ERR; in dictAdd()404 return dictGenericDelete(ht,key,0) ? DICT_OK : DICT_ERR; in dictDelete()970 if (_dictExpandIfNeeded(d) == DICT_ERR) in _dictKeyIndex()
42 #define DICT_ERR 1 macro
688 int retval = DICT_ERR; in srandmemberWithCountCommand()
1546 if (ret == DICT_ERR) { in rdbLoadObject()