Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_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()
H A Ducl_util.c258 if (obj->type == UCL_ARRAY) {
2554 if (top->type == UCL_ARRAY) {
2555 if (elt->type == UCL_ARRAY) {
2722 case UCL_ARRAY: {
2942 case UCL_ARRAY:
2997 if (type == UCL_ARRAY) {
3019 if (obj->type == UCL_ARRAY) {
3185 if (elt == NULL || top == NULL || top->type != UCL_ARRAY || elt->type != UCL_ARRAY) {
3697 case UCL_ARRAY:
3813 *res = UCL_ARRAY;
[all …]
H A Ducl_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()
H A Ducl_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()
H A Ducl_emitter_streamline.c111 if (obj != NULL && obj->type == UCL_ARRAY) { in ucl_object_emit_streamline_start_container()
H A Ducl_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()
H A Ducl_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()
H A Ducl_emitter_utils.c500 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.c71 ar = ucl_object_typed_new (UCL_ARRAY); in main()
/freebsd/usr.sbin/ctld/
H A Duclparse.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/contrib/libucl/python/src/
H A Duclmodule.c56 } 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 Dobjdump.c64 else if (obj->type == UCL_ARRAY) { in ucl_obj_dump()
/freebsd/contrib/libucl/include/
H A 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()
H A Ducl.h123 UCL_ARRAY, /**< UCL array */ enumerator
/freebsd/contrib/libucl/lua/
H A Dlua_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/contrib/libucl/
H A DChangeLog.md85 - C++ wrapper: Added access functions for the size of a UCL_ARRAY (by Chris Meacham)
H A DREADME.md274 * `path` (default: empty) - A UCL_ARRAY of directories to search for the include file.
/freebsd/usr.sbin/pkg/
H A Dconfig.c281 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()
/freebsd/contrib/libucl/doc/
H A Dapi.md337 - `UCL_ARRAY` - UCL array