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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c43 static bool ucl_schema_validate (const ucl_object_t *schema,
128 ret = ucl_schema_validate (cur, obj, true, err, root, ext_ref);
158 ret = ucl_schema_validate (prop, found, true, err, root,
221 ret = ucl_schema_validate (prop, found, true, err, root,
262 if (!ucl_schema_validate (additional_schema, elt,
489 ret = ucl_schema_validate (it, found, false, err,
502 ret = ucl_schema_validate (elt, it, false, err, root,
569 if (!ucl_schema_validate (additional_schema, elt, false,
916 ucl_schema_validate (const ucl_object_t *schema, function
941 if (!ucl_schema_validate (schem
[all...]

Completed in 103 milliseconds