Home
last modified time | relevance | path

Searched refs:UCL_OBJECT_EPHEMERAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libucl/include/
H A Ducl.h188 UCL_OBJECT_EPHEMERAL = (1 << 3), /**< Temporary object that does not need to be freed really */ enumerator
/freebsd/contrib/libucl/src/
H A Ducl_util.c206 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;