Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c121 setTypeIterator *setTypeInitIterator(robj *subject) { in setTypeInitIterator() function
249 si = setTypeInitIterator(setobj); in setTypeConvert()
521 si = setTypeInitIterator(set); in spopWithCountCommand()
686 si = setTypeInitIterator(set); in srandmemberWithCountCommand()
846 si = setTypeInitIterator(sets[0]); in sinterGenericCommand()
999 si = setTypeInitIterator(sets[j]); in sunionDiffGenericCommand()
1015 si = setTypeInitIterator(sets[0]); in sunionDiffGenericCommand()
1041 si = setTypeInitIterator(sets[j]); in sunionDiffGenericCommand()
1061 si = setTypeInitIterator(dstset); in sunionDiffGenericCommand()
H A Dsort.c382 setTypeIterator *si = setTypeInitIterator(sortval); in sortCommand()
H A Ddebug.c140 setTypeIterator *si = setTypeInitIterator(o); in xorObjectDigest()
H A Dserver.h1762 setTypeIterator *setTypeInitIterator(robj *subject);