Searched refs:SET_OP_DIFF (Results 1 – 2 of 2) sorted by relevance
928 #define SET_OP_DIFF 1 macro964 if (op == SET_OP_DIFF && sets[0]) { in sunionDiffGenericCommand()1006 } else if (op == SET_OP_DIFF && sets[0] && diff_algo == 1) { in sunionDiffGenericCommand()1030 } else if (op == SET_OP_DIFF && sets[0] && diff_algo == 2) { in sunionDiffGenericCommand()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()
377 #define SET_OP_DIFF 1 macro