Searched defs:ucl_object_s (Results 1 – 1 of 1) sorted by relevance
220 typedef struct ucl_object_s { struct233 struct ucl_object_s *next; /**< Array handle */ argument234 struct ucl_object_s *prev; /**< Array handle */ argument235 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 */