Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c938 int diff_algo = 1; in sunionDiffGenericCommand() local
977 diff_algo = (algo_one_work <= algo_two_work) ? 1 : 2; in sunionDiffGenericCommand()
979 if (diff_algo == 1 && setnum > 1) { 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()