Home
last modified time | relevance | path

Searched refs:listTypeLength (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c246 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 …]
H A Dsort.c310 case OBJ_LIST: vectorlen = listTypeLength(sortval); break; in sortCommand()
357 desc ? (long)(listTypeLength(sortval) - start - 1) : start, in sortCommand()
H A Dblocked.c319 if (listTypeLength(o) == 0) { in handleClientsBlockedOnKeys()
H A Daof.c923 long long count = 0, items = listTypeLength(o); in rewriteListObject()
H A Ddebug.c684 serverLog(LL_WARNING,"List length: %d", (int) listTypeLength(o)); in serverLogObjectDebugInfo()
H A Dmodule.c460 case OBJ_LIST: isempty = listTypeLength(o) == 0; break; in moduleDelKeyIfEmpty()
1582 case OBJ_LIST: return listTypeLength(key->value); in RM_ValueLength()
H A Dserver.h1505 unsigned long listTypeLength(const robj *subject);