Home
last modified time | relevance | path

Searched refs:ucl_object_lookup (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dtest_schema.c71 data = ucl_object_lookup (obj, "data"); in perform_test()
72 description = ucl_object_lookup (obj, "description"); in perform_test()
73 valid = ucl_object_lookup (obj, "valid"); in perform_test()
106 schema = ucl_object_lookup (obj, "schema"); in perform_tests()
107 tests = ucl_object_lookup (obj, "tests"); in perform_tests()
108 description = ucl_object_lookup (obj, "description"); in perform_tests()
H A Dtest_generate.c199 assert (ucl_object_lookup (obj, "key18") == NULL); in main()
206 found = ucl_object_lookup (obj, "key17"); in main()
207 test = ucl_object_lookup (obj, "key16"); in main()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c121 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()
[all …]
H A Ducl_util.c1850 old_obj = __DECONST (ucl_object_t *, ucl_object_lookup (container,
1935 if (args && (cur = ucl_object_lookup (args, "replace")) != NULL) {
2664 ucl_object_lookup (const ucl_object_t *obj, const char *key) function
3729 it2 = ucl_object_lookup (o2, ucl_object_key (it1));
/freebsd/contrib/libucl/utils/
H A Dobjdump.c167 par = ucl_object_lookup (obj, argv[k]); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h685 UCL_EXTERN const ucl_object_t* ucl_object_lookup (const ucl_object_t *obj,
687 #define ucl_object_find_key ucl_object_lookup