Lines Matching refs:objects
588 robj **objects; /* Array of source objects. */ in bitopCommand() local
619 objects = zmalloc(sizeof(robj*) * numkeys); in bitopCommand()
624 objects[j] = NULL; in bitopCommand()
634 if (objects[i]) in bitopCommand()
635 decrRefCount(objects[i]); in bitopCommand()
639 zfree(objects); in bitopCommand()
642 objects[j] = getDecodedObject(o); in bitopCommand()
643 src[j] = objects[j]->ptr; in bitopCommand()
644 len[j] = sdslen(objects[j]->ptr); in bitopCommand()
736 if (objects[j]) in bitopCommand()
737 decrRefCount(objects[j]); in bitopCommand()
741 zfree(objects); in bitopCommand()