Home
last modified time | relevance | path

Searched refs:UCL_ARRAY (Results 1 – 22 of 22) sorted by relevance

/freebsd-14-stable/contrib/libucl/src/
HDucl_schema.c124 if (cur->type == UCL_ARRAY) { in ucl_schema_validate_dependencies()
191 if (elt->type == UCL_ARRAY) { in ucl_schema_validate_object()
498 if (elt->type == UCL_ARRAY) { in ucl_schema_validate_array()
618 if (type->type == UCL_ARRAY) { in ucl_schema_type_is_allowed()
705 else if (cur->type == UCL_ARRAY) { in ucl_schema_resolve_ref_component()
962 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
969 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
980 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
998 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
1050 case UCL_ARRAY: in ucl_schema_validate()
HDucl_util.c258 if (obj->type == UCL_ARRAY) {
1197 old_obj = ucl_object_new_full (UCL_ARRAY, params->priority);
1215 if (ucl_object_type (old_obj) == UCL_ARRAY) {
1235 new_obj = ucl_object_typed_new (UCL_ARRAY);
1571 else if (param->type == UCL_ARRAY) {
2554 if (top->type == UCL_ARRAY) {
2555 if (elt->type == UCL_ARRAY) {
2595 if (found->type == UCL_OBJECT || found->type == UCL_ARRAY) {
2626 if (found->type == UCL_OBJECT || found->type == UCL_ARRAY) {
2722 case UCL_ARRAY: {
[all …]
HDucl_sexp.c106 st->obj = ucl_object_typed_new (UCL_ARRAY); in ucl_parse_csexp()
198 if (parser->stack->obj->type == UCL_ARRAY) { in ucl_parse_csexp()
HDucl_emitter.c127 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) { in ucl_emitter_print_key()
171 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) { in ucl_emitter_finish_object()
269 if (obj->type == UCL_ARRAY) { in ucl_emitter_common_start_array()
452 case UCL_ARRAY: in ucl_emitter_common_elt()
576 case UCL_ARRAY: in UCL_EMIT_TYPE_IMPL()
HDucl_emitter_streamline.c111 if (obj != NULL && obj->type == UCL_ARRAY) { in ucl_object_emit_streamline_start_container()
HDucl_parser.c644 nobj = ucl_object_new_full (is_array ? UCL_ARRAY : UCL_OBJECT, parser->chunks->priority); in ucl_parser_add_container()
649 if (obj->type == (is_array ? UCL_OBJECT : UCL_ARRAY)) { in ucl_parser_add_container()
658 nobj->type = is_array ? UCL_ARRAY : UCL_OBJECT; in ucl_parser_add_container()
1157 nobj = ucl_object_typed_new (UCL_ARRAY); in ucl_parser_append_elt()
1252 if (tobj->type == UCL_OBJECT || tobj->type == UCL_ARRAY) { in ucl_parser_process_object_element()
1643 if (parser->stack->obj->type == UCL_ARRAY) { in ucl_parser_get_container()
1797 if (parser->stack && parser->stack->obj->type == UCL_ARRAY) { in ucl_parse_value()
1956 (*p == ']' && parser->stack->obj->type == UCL_ARRAY)) { in ucl_parse_after_value()
HDucl_msgpack.c850 if (container->obj->type == UCL_ARRAY) { in ucl_msgpack_insert_object()
1102 parser->cur_obj = ucl_object_new_full (UCL_ARRAY, in ucl_msgpack_consume()
1256 state == start_array ? UCL_ARRAY : UCL_OBJECT, in ucl_msgpack_consume()
HDucl_emitter_utils.c500 case UCL_ARRAY: in ucl_object_emit_single_json()
/freebsd-14-stable/contrib/libucl/tests/
HDtest_msgpack.c211 res = ucl_object_typed_new (UCL_ARRAY); in ucl_test_integer()
257 res = ucl_object_typed_new (UCL_ARRAY); in ucl_test_string()
308 res = ucl_object_typed_new (UCL_ARRAY); in ucl_test_boolean()
397 res = ucl_object_typed_new (UCL_ARRAY); in ucl_test_array()
432 res = ucl_object_typed_new (UCL_ARRAY); in ucl_test_large_array()
HDtest_generate.c88 ar = ucl_object_typed_new (UCL_ARRAY); in main()
187 test_obj = ucl_object_new_full (UCL_ARRAY, 3); in main()
216 ar1 = ucl_object_typed_new (UCL_ARRAY); in main()
HDtest_streamline.c71 ar = ucl_object_typed_new (UCL_ARRAY); in main()
/freebsd-14-stable/usr.sbin/ctld/
HDuclparse.c293 if (obj->type == UCL_ARRAY) { in uclparse_toplevel()
425 if (obj->type != UCL_ARRAY) { in uclparse_auth_group()
440 if (obj->type != UCL_ARRAY) { in uclparse_auth_group()
455 if (obj->type != UCL_ARRAY) { in uclparse_auth_group()
473 if (obj->type != UCL_ARRAY) { in uclparse_auth_group()
546 } else if (obj->type == UCL_ARRAY) { in uclparse_portal_group()
568 } else if (obj->type == UCL_ARRAY) { in uclparse_portal_group()
845 if (obj->type == UCL_ARRAY) { in uclparse_target()
/freebsd-14-stable/contrib/libucl/python/src/
HDuclmodule.c56 } else if (obj->type == UCL_ARRAY) { in _iterate_valid_ucl()
196 top = ucl_object_typed_new (UCL_ARRAY); in _iterate_python()
/freebsd-14-stable/contrib/libucl/utils/
HDobjdump.c64 else if (obj->type == UCL_ARRAY) { in ucl_obj_dump()
/freebsd-14-stable/contrib/libucl/include/
Ducl++.h330 obj.reset (ucl_object_typed_new (UCL_ARRAY)); in Ucl()
401 if (type () == UCL_ARRAY) { in size()
410 if (type () == UCL_ARRAY) { in at()
HDucl.h123 UCL_ARRAY, /**< UCL array */ enumerator
/freebsd-14-stable/contrib/libucl/lua/
HDlua_ucl.c187 if (obj->type == UCL_ARRAY) { in ucl_object_lua_push_array()
282 case UCL_ARRAY: in ucl_object_push_lua_common()
407 top = ucl_object_typed_new (UCL_ARRAY); in ucl_object_lua_fromtable()
/freebsd-14-stable/contrib/libucl/
HDChangeLog.md85 - C++ wrapper: Added access functions for the size of a UCL_ARRAY (by Chris Meacham)
HDREADME.md274 * `path` (default: empty) - A UCL_ARRAY of directories to search for the include file.
/freebsd-14-stable/usr.sbin/pkg/
HDconfig.c263 if (cur->type != UCL_ARRAY) { in config_parse()
/freebsd-14-stable/usr.sbin/bhyve/
HDsnapshot.c434 if (ucl_object_type(devs) != UCL_ARRAY) { in lookup_dev()
/freebsd-14-stable/contrib/libucl/doc/
HDapi.md337 - `UCL_ARRAY` - UCL array