Searched refs:ucl_type_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h131 } ucl_type_t; typedef in typeref:enum:ucl_type
283 UCL_EXTERN ucl_object_t* ucl_object_typed_new (ucl_type_t type) UCL_WARN_UNUSED_RESULT;
291 UCL_EXTERN ucl_object_t* ucl_object_new_full (ucl_type_t type, unsigned priority)
316 UCL_EXTERN ucl_type_t ucl_object_type (const ucl_object_t *obj);
323 UCL_EXTERN const char * ucl_object_type_to_string (ucl_type_t type);
331 UCL_EXTERN bool ucl_object_string_to_type (const char *input, ucl_type_t *res);
H A Ducl++.h338 ucl_type_t type () const {
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_util.c2977 ucl_object_typed_new (ucl_type_t type)
2983 ucl_object_new_full (ucl_type_t type, unsigned priority)
3058 ucl_type_t
3807 ucl_object_string_to_type (const char *input, ucl_type_t *res)
3841 ucl_object_type_to_string (ucl_type_t type)
H A Ducl_schema.c611 ucl_type_t t;

Completed in 64 milliseconds