Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c462 robj *objele; in spopWithCountCommand() local
480 objele = createStringObjectFromLongLong(llele); in spopWithCountCommand()
489 propargv[2] = objele; in spopWithCountCommand()
492 decrRefCount(objele); in spopWithCountCommand()
525 objele = createStringObjectFromLongLong(llele); in spopWithCountCommand()
532 propargv[2] = objele; in spopWithCountCommand()
535 decrRefCount(objele); in spopWithCountCommand()
716 robj *objele; in srandmemberWithCountCommand() local
723 objele = createStringObject(ele,sdslen(ele)); in srandmemberWithCountCommand()
728 if (dictAdd(d,objele,NULL) == DICT_OK) in srandmemberWithCountCommand()
[all …]