Searched refs:hashTypeLength (Results 1 – 6 of 6) sorted by relevance
237 if (hashTypeLength(o) > server.hash_max_ziplist_entries) in hashTypeSet()311 unsigned long hashTypeLength(const robj *o) { in hashTypeLength() function716 if (hashTypeLength(o) == 0) { in hdelCommand()740 addReplyLongLong(c,hashTypeLength(o)); in hlenCommand()782 length = hashTypeLength(o) * multiplier; in genericHgetallCommand()
1605 if (hashTypeLength(o) > server.hash_max_ziplist_entries || in rdbLoadObject()1632 if (hashTypeLength(o) > server.hash_max_ziplist_entries) in rdbLoadObject()
1100 long long count = 0, items = hashTypeLength(o); in rewriteHashObject()
688 serverLog(LL_WARNING,"Hash size: %d", (int) hashTypeLength(o)); in serverLogObjectDebugInfo()
463 case OBJ_HASH : isempty = hashTypeLength(o) == 0; break; in moduleDelKeyIfEmpty()1585 case OBJ_HASH: return hashTypeLength(key->value); in RM_ValueLength()
1781 unsigned long hashTypeLength(const robj *o);