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

/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h185 UCL_OBJECT_ALLOCATED_KEY = (1 << 0), /**< An object has key allocated internally */ enumerator in enum:ucl_object_flags
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_util.c513 deconst->flags |= UCL_OBJECT_ALLOCATED_KEY;
2411 elt->flags &= ~UCL_OBJECT_ALLOCATED_KEY;

Completed in 84 milliseconds