Lines Matching refs:objects
595 robj **objects; /* Array of source objects. */ in bitopCommand() local
626 objects = zmalloc(sizeof(robj*) * numkeys); in bitopCommand()
631 objects[j] = NULL; in bitopCommand()
641 if (objects[i]) in bitopCommand()
642 decrRefCount(objects[i]); in bitopCommand()
646 zfree(objects); in bitopCommand()
649 objects[j] = getDecodedObject(o); in bitopCommand()
650 src[j] = objects[j]->ptr; in bitopCommand()
651 len[j] = sdslen(objects[j]->ptr); in bitopCommand()
747 if (objects[j]) in bitopCommand()
748 decrRefCount(objects[j]); in bitopCommand()
752 zfree(objects); in bitopCommand()