Searched refs:listTypeNext (Results 1 – 4 of 4) sorted by relevance
112 int listTypeNext(listTypeIterator *li, listTypeEntry *entry) { in listTypeNext() function285 while (listTypeNext(iter,&entry)) { in linsertCommand()430 listTypeNext(iter, &entry); in lrangeCommand()511 while (listTypeNext(li,&entry)) { in lremCommand()
360 while(j < vectorlen && listTypeNext(li,&entry)) { in sortCommand()374 while(listTypeNext(li,&entry)) { in sortCommand()
133 while(listTypeNext(li,&entry)) { in xorObjectDigest()
1508 int listTypeNext(listTypeIterator *li, listTypeEntry *entry);