Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Duclparse.cc434 if (obj.type() == UCL_ARRAY) { in uclparse_toplevel()
574 } else if (obj.type() == UCL_ARRAY) { in uclparse_auth_group()
591 } else if (obj.type() == UCL_ARRAY) { in uclparse_auth_group()
609 } else if (obj.type() == UCL_ARRAY) { in uclparse_auth_group()
628 } else if (obj.type() == UCL_ARRAY) { in uclparse_auth_group()
647 } else if (obj.type() == UCL_ARRAY) { in uclparse_auth_group()
666 } else if (obj.type() == UCL_ARRAY) { in uclparse_auth_group()
805 } else if (obj.type() == UCL_ARRAY) { in uclparse_portal_group()
825 } else if (obj.type() == UCL_ARRAY) { in uclparse_portal_group()
923 } else if (obj.type() == UCL_ARRAY) { in uclparse_transport_listen_obj()
[all …]
/freebsd/contrib/libucl/src/
H A Ducl_util.c255 if (obj->type == UCL_ARRAY) {
1221 old_obj = ucl_object_new_full(UCL_ARRAY, params->priority);
1239 if (ucl_object_type(old_obj) == UCL_ARRAY) {
1259 new_obj = ucl_object_typed_new(UCL_ARRAY);
1599 else if (param->type == UCL_ARRAY) {
2559 if (top->type == UCL_ARRAY) {
2560 if (elt->type == UCL_ARRAY) {
2601 if (found->type == UCL_OBJECT || found->type == UCL_ARRAY) {
2633 if (found->type == UCL_OBJECT || found->type == UCL_ARRAY) {
2730 case UCL_ARRAY: {
[all …]
H A Ducl_schema.c126 if (cur->type == UCL_ARRAY) { in ucl_schema_validate_dependencies()
193 if (elt->type == UCL_ARRAY) { in ucl_schema_validate_object()
500 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()
963 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
970 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
981 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
999 if (elt != NULL && elt->type == UCL_ARRAY) { in ucl_schema_validate()
1051 case UCL_ARRAY: in ucl_schema_validate()
H A Ducl_sexp.c107 st->obj = ucl_object_typed_new(UCL_ARRAY); in ucl_parse_csexp()
201 if (parser->stack->obj->type == UCL_ARRAY) { in ucl_parse_csexp()
H A Ducl_emitter.c125 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) { in ucl_emitter_print_key()
169 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) { in ucl_emitter_finish_object()
282 if (obj->type == UCL_ARRAY) { in ucl_emitter_common_start_array()
483 case UCL_ARRAY: in ucl_emitter_common_elt()
614 case UCL_ARRAY: in UCL_EMIT_TYPE_IMPL()
H A Ducl_emitter_streamline.c111 if (obj != NULL && obj->type == UCL_ARRAY) { in ucl_object_emit_streamline_start_container()
H A Ducl_parser.c670 nobj = ucl_object_new_full(is_array ? UCL_ARRAY : UCL_OBJECT, parser->chunks->priority); in ucl_parser_add_container()
676 if (obj->type == (is_array ? UCL_OBJECT : UCL_ARRAY)) { in ucl_parser_add_container()
685 nobj->type = is_array ? UCL_ARRAY : UCL_OBJECT; in ucl_parser_add_container()
1231 nobj = ucl_object_typed_new(UCL_ARRAY); in ucl_parser_append_elt()
1337 if (tobj->type == UCL_OBJECT || tobj->type == UCL_ARRAY) { in ucl_parser_process_object_element()
1724 if (parser->stack->obj->type == UCL_ARRAY) { in ucl_parser_get_container()
1884 if (parser->stack && parser->stack->obj->type == UCL_ARRAY) { in ucl_parse_value()
2061 (*p == ']' && parser->stack->obj->type == UCL_ARRAY)) { in ucl_parse_after_value()
3182 if (parser == NULL || paths == NULL || paths->type != UCL_ARRAY) { in ucl_set_include_path()
H A Ducl_msgpack.c773 if (container->obj->type == UCL_ARRAY) { in ucl_msgpack_insert_object()
1027 parser->cur_obj = ucl_object_new_full(UCL_ARRAY, in ucl_msgpack_consume()
1189 state == start_array ? UCL_ARRAY : UCL_OBJECT, in ucl_msgpack_consume()
H A Ducl_emitter_utils.c474 case UCL_ARRAY: in ucl_object_emit_single_json()
/freebsd/contrib/libucl/tests/
H A Dtest_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()
H A Dtest_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()
H A Dtest_streamline.c110 ar = ucl_object_typed_new (UCL_ARRAY); in main()
/freebsd/contrib/libucl/include/
H A Ducl++.h353 obj.reset(ucl_object_typed_new(UCL_ARRAY)); in Ucl()
431 if (type() == UCL_ARRAY) { in size()
440 if (type() == UCL_ARRAY) { in at()
H A Ducl.h136 UCL_ARRAY, /**< UCL array */ enumerator
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c194 if (obj->type == UCL_ARRAY) { in ucl_object_lua_push_array()
289 case UCL_ARRAY: in ucl_object_push_lua_common()
413 top = ucl_object_typed_new (UCL_ARRAY); in ucl_object_lua_fromtable()
/freebsd/usr.sbin/pkg/
H A Dconfig.c262 if (cur->type != UCL_ARRAY) { in config_parse()
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.c433 if (ucl_object_type(devs) != UCL_ARRAY) { in lookup_dev()