Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/tests/
H A Dtest_schema.c80 match = ucl_object_validate (schema, data, err); in perform_test()
/freebsd/contrib/libucl/utils/
H A Ducl-tool.c148 if (!ucl_object_validate(schema_obj, obj, &error)) { in main()
/freebsd/contrib/libucl/doc/
H A Dapi.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/contrib/libucl/python/src/
H A Duclmodule.c279 r = ucl_object_validate (schema, data, &err); in ucl_validate()
/freebsd/contrib/libucl/include/
H A Ducl.h1590 UCL_EXTERN bool ucl_object_validate (const ucl_object_t *schema,
/freebsd/contrib/libucl/src/
H A Ducl_schema.c1068 ucl_object_validate (const ucl_object_t *schema, in ucl_object_validate() function
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c989 if (!ucl_object_validate (schema, parser->top_obj, &err)) { in lua_ucl_parser_validate()