Lines Matching refs:ucl_object_lookup
121 elt = ucl_object_lookup (obj, ucl_object_key (cur)); in ucl_schema_validate_dependencies()
127 if (ucl_object_lookup (obj, ucl_object_tostring (cur_dep)) == NULL) { in ucl_schema_validate_dependencies()
165 found = ucl_object_lookup (obj, ucl_object_key (prop)); in ucl_schema_validate_object()
248 prop = ucl_object_lookup (schema, "properties"); in ucl_schema_validate_object()
250 found = ucl_object_lookup (prop, ucl_object_key (elt)); in ucl_schema_validate_object()
253 pat = ucl_object_lookup (schema, "patternProperties"); in ucl_schema_validate_object()
288 if (ucl_object_lookup (obj, ucl_object_tostring (elt)) == NULL) { in ucl_schema_validate_object()
335 test = ucl_object_lookup (schema, "exclusiveMaximum"); in ucl_schema_validate_number()
351 test = ucl_object_lookup (schema, "exclusiveMinimum"); in ucl_schema_validate_number()
774 ext_obj = ucl_object_lookup (ext_ref, p); in ucl_schema_resolve_ref()
889 elt = ucl_object_lookup (schema, "maxValues"); in ucl_schema_validate_values()
905 elt = ucl_object_lookup (schema, "minValues"); in ucl_schema_validate_values()
961 elt = ucl_object_lookup (schema, "enum"); in ucl_schema_validate()
968 elt = ucl_object_lookup (schema, "allOf"); in ucl_schema_validate()
979 elt = ucl_object_lookup (schema, "anyOf"); in ucl_schema_validate()
997 elt = ucl_object_lookup (schema, "oneOf"); in ucl_schema_validate()
1015 elt = ucl_object_lookup (schema, "not"); in ucl_schema_validate()
1026 elt = ucl_object_lookup (schema, "$ref"); in ucl_schema_validate()
1041 elt = ucl_object_lookup (schema, "type"); in ucl_schema_validate()