Lines Matching defs:clone
136 * Create a clone of the object
221 * Create a clone of the object in the first available slot.
223 * If creating a clone in a specific slot failed, it will
604 * on all the slots on which we have created a clone of this object.
636 * created a clone of this object.
719 * clones that have failed the operation. If any of the deleted clone is the
720 * master clone, use one of the remaining clone as the master clone.
761 * object has no clone, just need to do the operation
762 * in the master clone slot
786 * If the C_SetAttributeValue() call fails in a clone, the
787 * clone that failed the operation can not be deleted right
788 * away. The clone with the failed operation is recorded, and
845 slot_object_t *clone = object->clones[slotnum];
854 clone->hObject);
860 meta_slot_object_deactivate(clone);
861 meta_slot_object_dealloc(clone);
871 /* make first available clone the master */