Searched refs:objele (Results 1 – 1 of 1) sorted by relevance
462 robj *objele; in spopWithCountCommand() local480 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() local723 objele = createStringObject(ele,sdslen(ele)); in srandmemberWithCountCommand()728 if (dictAdd(d,objele,NULL) == DICT_OK) in srandmemberWithCountCommand()[all …]