Home
last modified time | relevance | path

Searched refs:ucl_object_string_to_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/include/
H A Ducl.h331 UCL_EXTERN bool ucl_object_string_to_type (const char *input, ucl_type_t *res);
/freebsd/contrib/libucl/src/
H A Ducl_schema.c628 if (!ucl_object_string_to_type (type_str, &t)) { in ucl_schema_type_is_allowed()
H A Ducl_util.c3807 ucl_object_string_to_type (const char *input, ucl_type_t *res) function