Searched refs:ucl_object_validate (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/libucl/tests/ |
| H A D | test_schema.c | 80 match = ucl_object_validate (schema, data, err); in perform_test()
|
| /freebsd-12.1/contrib/libucl/utils/ |
| H A D | ucl-tool.c | 150 if (!ucl_object_validate(schema_obj, obj, &error)) { in main()
|
| /freebsd-12.1/contrib/libucl/doc/ |
| H A D | api.md | 39 - [ucl_object_validate](#ucl_object_validate) 463 Currently, there is only one validation function called `ucl_object_validate`. It performs validati… 465 ## ucl_object_validate section in Validation functions 467 bool ucl_object_validate (const ucl_object_t *schema,
|
| /freebsd-12.1/contrib/libucl/python/src/ |
| H A D | uclmodule.c | 278 r = ucl_object_validate (schema, data, &err); in ucl_validate()
|
| /freebsd-12.1/contrib/libucl/include/ |
| H A D | ucl.h | 1434 UCL_EXTERN bool ucl_object_validate (const ucl_object_t *schema,
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 739 if (!ucl_object_validate (schema, parser->top_obj, &err)) { in lua_ucl_parser_validate()
|
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_schema.c | 1055 ucl_object_validate (const ucl_object_t *schema, in ucl_object_validate() function
|