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