Home
last modified time | relevance | path

Searched refs:ucl_object_lookup (Results 1 – 7 of 7) 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.c248 prop = ucl_object_lookup (schema, "properties"); in ucl_schema_validate_object()
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()
[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/usr.sbin/bhyve/
H A Dsnapshot.c365 obj__ = ucl_object_lookup(obj, key); \
379 obj__ = ucl_object_lookup(obj, key); \
426 devs = ucl_object_lookup(rstate->meta_root_obj, key); in lookup_dev()
453 basic_meta_obj = ucl_object_lookup(rstate->meta_root_obj, in lookup_basic_metadata_object()
/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