Home
last modified time | relevance | path

Searched refs:ucl_object_validate (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dtest_schema.c85 match = ucl_object_validate (schema, data, err); in perform_test()
/freebsd/contrib/libucl/include/
H A Ducl.h1603 UCL_EXTERN bool ucl_object_validate(const ucl_object_t *schema,
/freebsd/contrib/libucl/src/
H A Ducl_schema.c1068 bool ucl_object_validate(const ucl_object_t *schema, in ucl_object_validate() function
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c1039 if (!ucl_object_validate (schema, parser->top_obj, &err)) { in lua_ucl_parser_validate()