Searched refs:ucl_schema_validate (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_schema.c | 43 static bool ucl_schema_validate (const ucl_object_t *schema, 137 ret = ucl_schema_validate (cur, obj, true, err, root, ext_ref); in ucl_schema_validate_dependencies() 167 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() 502 ret = ucl_schema_validate (it, found, false, err, in ucl_schema_validate_array() 515 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 954 if (!ucl_schema_validate (schema, cur, false, err, root, external_refs)) { in ucl_schema_validate() [all …]
|