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

/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h188 UCL_OBJECT_EPHEMERAL = (1 << 3), /**< Temporary object that does not need to be freed really */ enumerator in enum:ucl_object_flags
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_util.c206 if ((obj->flags & UCL_OBJECT_EPHEMERAL) == 0) {
3554 if (obj->flags & UCL_OBJECT_EPHEMERAL) {
3586 if (other->flags & UCL_OBJECT_EPHEMERAL) {
3588 new->flags &= ~UCL_OBJECT_EPHEMERAL;

Completed in 201 milliseconds