Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c36 void sunionDiffGenericCommand(client *c, robj **setkeys, int setnum,
439 sunionDiffGenericCommand(c,c->argv+1,1,NULL,SET_OP_UNION); in spopWithCountCommand()
666 sunionDiffGenericCommand(c,c->argv+1,1,NULL,SET_OP_UNION); in srandmemberWithCountCommand()
931 void sunionDiffGenericCommand(client *c, robj **setkeys, int setnum, in sunionDiffGenericCommand() function
1092 sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_UNION); in sunionCommand()
1096 sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_UNION); in sunionstoreCommand()
1100 sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_DIFF); in sdiffCommand()
1104 sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_DIFF); in sdiffstoreCommand()