Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c319 robj *srcset, *dstset, *ele; in smoveCommand() local
333 (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() local
905 decrRefCount(dstset); in sinterGenericCommand()
935 robj *dstset = NULL; in sunionDiffGenericCommand() local
991 dstset = createIntsetObject(); in sunionDiffGenericCommand()
1067 decrRefCount(dstset); in sunionDiffGenericCommand()
[all …]