Home
last modified time | relevance | path

Searched defs:ucl_object_s (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/libucl/include/
H A Ducl.h220 typedef struct ucl_object_s { struct
233 struct ucl_object_s *next; /**< Array handle */ argument
234 struct ucl_object_s *prev; /**< Array handle */ argument
235 uint32_t keylen; /**< Length of a key */
236 uint32_t len; /**< Size of an object */
237 uint32_t ref; /**< Reference count */
238 uint16_t flags; /**< Object flags */
239 uint16_t type; /**< Real type */
240 unsigned char* trash_stack[2]; /**< Pointer to allocated chunks */