Searched refs:listTypeLength (Results 1 – 7 of 7) sorted by relevance
246 addReplyLongLong(c,listTypeLength(subject)); in pushxGenericCommand()305 addReplyLongLong(c,listTypeLength(subject)); in linsertCommand()311 addReplyLongLong(c,listTypeLength(o)); in llenCommand()380 if (listTypeLength(o) == 0) { in popGenericCommand()407 llen = listTypeLength(o); in lrangeCommand()453 llen = listTypeLength(o); in ltrimCommand()481 if (listTypeLength(o) == 0) { in ltrimCommand()526 if (listTypeLength(subject) == 0) { in lremCommand()570 if (listTypeLength(sobj) == 0) { in rpoplpushCommand()591 if (listTypeLength(sobj) == 0) { in rpoplpushCommand()[all …]
310 case OBJ_LIST: vectorlen = listTypeLength(sortval); break; in sortCommand()357 desc ? (long)(listTypeLength(sortval) - start - 1) : start, in sortCommand()
319 if (listTypeLength(o) == 0) { in handleClientsBlockedOnKeys()
923 long long count = 0, items = listTypeLength(o); in rewriteListObject()
684 serverLog(LL_WARNING,"List length: %d", (int) listTypeLength(o)); in serverLogObjectDebugInfo()
460 case OBJ_LIST: isempty = listTypeLength(o) == 0; break; in moduleDelKeyIfEmpty()1582 case OBJ_LIST: return listTypeLength(key->value); in RM_ValueLength()
1505 unsigned long listTypeLength(const robj *subject);