Home
last modified time | relevance | path

Searched refs:listTypeNext (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c112 int listTypeNext(listTypeIterator *li, listTypeEntry *entry) { in listTypeNext() function
285 while (listTypeNext(iter,&entry)) { in linsertCommand()
430 listTypeNext(iter, &entry); in lrangeCommand()
511 while (listTypeNext(li,&entry)) { in lremCommand()
H A Dsort.c360 while(j < vectorlen && listTypeNext(li,&entry)) { in sortCommand()
374 while(listTypeNext(li,&entry)) { in sortCommand()
H A Ddebug.c133 while(listTypeNext(li,&entry)) { in xorObjectDigest()
H A Dserver.h1508 int listTypeNext(listTypeIterator *li, listTypeEntry *entry);