Searched refs:UCL_OBJECT_EPHEMERAL (Results 1 – 2 of 2) sorted by relevance
188 UCL_OBJECT_EPHEMERAL = (1 << 3), /**< Temporary object that does not need to be freed really */ enumerator
206 if ((obj->flags & UCL_OBJECT_EPHEMERAL) == 0) { in ucl_object_dtor_free()3554 if (obj->flags & UCL_OBJECT_EPHEMERAL) {3586 if (other->flags & UCL_OBJECT_EPHEMERAL) {3588 new->flags &= ~UCL_OBJECT_EPHEMERAL;