Searched refs:dstzset (Results 1 – 1 of 1) sorted by relevance
2185 zset *dstzset; in zunionInterGenericCommand() local2273 dstzset = dstobj->ptr; in zunionInterGenericCommand()2305 znode = zslInsert(dstzset->zsl,score,tmp); in zunionInterGenericCommand()2306 dictAdd(dstzset->dict,tmp,&znode->score); in zunionInterGenericCommand()2366 dictExpand(dstzset->dict,dictSize(accumulator)); in zunionInterGenericCommand()2371 znode = zslInsert(dstzset->zsl,score,ele); in zunionInterGenericCommand()2372 dictAdd(dstzset->dict,ele,&znode->score); in zunionInterGenericCommand()2382 if (dstzset->zsl->length) { in zunionInterGenericCommand()