Searched refs:dstset (Results 1 – 1 of 1) sorted by relevance
319 robj *srcset, *dstset, *ele; in smoveCommand() local333 (dstset && checkType(c,dstset,OBJ_SET))) return; in smoveCommand()336 if (srcset == dstset) { in smoveCommand()356 if (!dstset) { in smoveCommand()366 if (setTypeAdd(dstset,ele->ptr)) { in smoveCommand()796 robj *dstset = NULL; in sinterGenericCommand() local905 decrRefCount(dstset); in sinterGenericCommand()935 robj *dstset = NULL; in sunionDiffGenericCommand() local991 dstset = createIntsetObject(); in sunionDiffGenericCommand()1067 decrRefCount(dstset); in sunionDiffGenericCommand()[all …]