Lines Matching refs:UCL_OBJECT
136 else if (cur->type == UCL_OBJECT) { in ucl_schema_validate_dependencies()
161 if (elt->type == UCL_OBJECT && in ucl_schema_validate_object()
179 else if (elt->type == UCL_OBJECT) { in ucl_schema_validate_object()
236 else if (elt->type == UCL_OBJECT && in ucl_schema_validate_object()
512 else if (elt->type == UCL_OBJECT) { in ucl_schema_validate_array()
533 else if (elt->type == UCL_OBJECT) { in ucl_schema_validate_array()
696 if (cur->type == UCL_OBJECT) { in ucl_schema_resolve_ref_component()
872 if (res == NULL || res->type != UCL_OBJECT) { in ucl_schema_resolve_ref()
939 if (schema->type != UCL_OBJECT) { in ucl_schema_validate()
1016 if (elt != NULL && elt->type == UCL_OBJECT) { in ucl_schema_validate()
1047 case UCL_OBJECT: in ucl_schema_validate()
1093 ext_refs = ucl_object_typed_new (UCL_OBJECT); in ucl_object_validate_root_ext()