Searched refs:ucl_schema_validate (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_schema.c | 43 static bool ucl_schema_validate (const ucl_object_t *schema, 128 ret = ucl_schema_validate (cur, obj, true, err, root, ext_ref); in ucl_schema_validate_dependencies() 158 ret = ucl_schema_validate (prop, found, true, err, root, in ucl_schema_validate_object() 221 ret = ucl_schema_validate (prop, found, true, err, root, in ucl_schema_validate_object() 262 if (!ucl_schema_validate (additional_schema, elt, in ucl_schema_validate_object() 489 ret = ucl_schema_validate (it, found, false, err, in ucl_schema_validate_array() 502 ret = ucl_schema_validate (elt, it, false, err, root, in ucl_schema_validate_array() 569 if (!ucl_schema_validate (additional_schema, elt, false, in ucl_schema_validate_array() 916 ucl_schema_validate (const ucl_object_t *schema, in ucl_schema_validate() function 1022 if (!ucl_schema_validate (cur, obj, try_array, err, ref_root, in ucl_schema_validate() [all …]
|