Home
last modified time | relevance | path

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

/freebsd-head/contrib/libucl/tests/
HDtest_schema.c80 match = ucl_object_validate (schema, data, err); in perform_test()
/freebsd-head/contrib/libucl/utils/
HDucl-tool.c148 if (!ucl_object_validate(schema_obj, obj, &error)) { in main()
/freebsd-head/contrib/libucl/doc/
HDapi.md39 - [ucl_object_validate](#ucl_object_validate)
474 Currently, there is only one validation function called `ucl_object_validate`. It performs validati…
476 ## ucl_object_validate section in Validation functions
478 bool ucl_object_validate (const ucl_object_t *schema,
/freebsd-head/contrib/libucl/python/src/
HDuclmodule.c279 r = ucl_object_validate (schema, data, &err); in ucl_validate()
/freebsd-head/contrib/libucl/include/
HDucl.h1590 UCL_EXTERN bool ucl_object_validate (const ucl_object_t *schema,
/freebsd-head/contrib/libucl/src/
HDucl_schema.c1068 ucl_object_validate (const ucl_object_t *schema, in ucl_object_validate() function
/freebsd-head/contrib/libucl/lua/
HDlua_ucl.c989 if (!ucl_object_validate (schema, parser->top_obj, &err)) { in lua_ucl_parser_validate()