Home
last modified time | relevance | path

Searched refs:llele (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c214 *llele = intsetRandom(setobj->ptr); in setTypeRandomElement()
464 int64_t llele; in spopWithCountCommand() local
479 addReplyBulkLongLong(c,llele); in spopWithCountCommand()
509 sdsele = sdsfromlonglong(llele); in spopWithCountCommand()
524 addReplyBulkLongLong(c,llele); in spopWithCountCommand()
556 int64_t llele; in spopCommand() local
577 ele = createStringObjectFromLongLong(llele); in spopCommand()
620 int64_t llele; in srandmemberWithCountCommand() local
654 addReplyBulkLongLong(c,llele); in srandmemberWithCountCommand()
752 int64_t llele; in srandmemberCommand() local
[all …]
H A Dserver.h1764 int setTypeNext(setTypeIterator *si, sds *sdsele, int64_t *llele);
1766 int setTypeRandomElement(robj *setobj, sds *sdsele, int64_t *llele);