Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_schema.c44 static bool ucl_schema_validate(const ucl_object_t *schema,
139 ret = ucl_schema_validate(cur, obj, true, err, root, ext_ref); in ucl_schema_validate_dependencies()
169 ret = ucl_schema_validate(prop, found, true, err, root, in ucl_schema_validate_object()
230 ret = ucl_schema_validate(prop, found, true, err, root, in ucl_schema_validate_object()
273 if (!ucl_schema_validate(additional_schema, elt, in ucl_schema_validate_object()
504 ret = ucl_schema_validate(it, found, false, err, in ucl_schema_validate_array()
517 ret = ucl_schema_validate(elt, it, false, err, root, in ucl_schema_validate_array()
582 if (!ucl_schema_validate(additional_schema, elt, false, in ucl_schema_validate_array()
929 ucl_schema_validate(const ucl_object_t *schema, in ucl_schema_validate() function
955 if (!ucl_schema_validate(schema, cur, false, err, root, external_refs)) { in ucl_schema_validate()
[all …]