/freebsd/usr.sbin/ctld/ |
H A D | uclparse.c | 339 if (obj->type == UCL_ARRAY) { in uclparse_toplevel() 466 } else if (obj->type == UCL_ARRAY) { in uclparse_auth_group() 485 } else if (obj->type == UCL_ARRAY) { in uclparse_auth_group() 506 } else if (obj->type == UCL_ARRAY) { in uclparse_auth_group() 531 } else if (obj->type == UCL_ARRAY) { in uclparse_auth_group() 686 } else if (obj->type == UCL_ARRAY) { in uclparse_portal_group() 707 } else if (obj->type == UCL_ARRAY) { in uclparse_portal_group() 843 } else if (obj->type == UCL_ARRAY) { in uclparse_target() 861 } else if (obj->type == UCL_ARRAY) { in uclparse_target() 881 } else if (obj->type == UCL_ARRAY) { in uclparse_target() [all …]
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_schema.c | 124 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()
|
H A D | ucl_util.c | 258 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 …]
|
H A D | ucl_sexp.c | 106 st->obj = ucl_object_typed_new (UCL_ARRAY); in ucl_parse_csexp() 198 if (parser->stack->obj->type == UCL_ARRAY) { in ucl_parse_csexp()
|
H A D | ucl_emitter.c | 127 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()
|
H A D | ucl_emitter_streamline.c | 111 if (obj != NULL && obj->type == UCL_ARRAY) { in ucl_object_emit_streamline_start_container()
|
H A D | ucl_parser.c | 644 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()
|
H A D | ucl_msgpack.c | 850 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()
|
H A D | ucl_emitter_utils.c | 500 case UCL_ARRAY: in ucl_object_emit_single_json()
|
/freebsd/contrib/libucl/tests/ |
H A D | test_msgpack.c | 211 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 D | test_generate.c | 88 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 D | test_streamline.c | 71 ar = ucl_object_typed_new (UCL_ARRAY); in main()
|
/freebsd/contrib/libucl/python/src/ |
H A D | uclmodule.c | 56 } else if (obj->type == UCL_ARRAY) { in _iterate_valid_ucl() 196 top = ucl_object_typed_new (UCL_ARRAY); in _iterate_python()
|
/freebsd/contrib/libucl/utils/ |
H A D | objdump.c | 64 else if (obj->type == UCL_ARRAY) { in ucl_obj_dump()
|
/freebsd/contrib/libucl/include/ |
H A D | ucl++.h | 330 obj.reset (ucl_object_typed_new (UCL_ARRAY)); in Ucl() 401 if (type () == UCL_ARRAY) { in size() 410 if (type () == UCL_ARRAY) { in at()
|
H A D | ucl.h | 123 UCL_ARRAY, /**< UCL array */ enumerator
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 187 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/contrib/libucl/ |
H A D | ChangeLog.md | 85 - C++ wrapper: Added access functions for the size of a UCL_ARRAY (by Chris Meacham)
|
H A D | README.md | 274 * `path` (default: empty) - A UCL_ARRAY of directories to search for the include file.
|
/freebsd/usr.sbin/pkg/ |
H A D | config.c | 262 if (cur->type != UCL_ARRAY) { in config_parse()
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 337 - `UCL_ARRAY` - UCL array
|