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

/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_streamline.c71 ar = ucl_object_typed_new (UCL_ARRAY);
H A Dtest_msgpack.c211 res = ucl_object_typed_new (UCL_ARRAY);
257 res = ucl_object_typed_new (UCL_ARRAY);
308 res = ucl_object_typed_new (UCL_ARRAY);
397 res = ucl_object_typed_new (UCL_ARRAY);
432 res = ucl_object_typed_new (UCL_ARRAY);
H A Dtest_generate.c88 ar = ucl_object_typed_new (UCL_ARRAY);
187 test_obj = ucl_object_new_full (UCL_ARRAY, 3);
216 ar1 = ucl_object_typed_new (UCL_ARRAY);
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_sexp.c106 st->obj = ucl_object_typed_new (UCL_ARRAY);
198 if (parser->stack->obj->type == UCL_ARRAY) {
H A Ducl_schema.c124 if (cur->type == UCL_ARRAY) {
191 if (elt->type == UCL_ARRAY) {
498 if (elt->type == UCL_ARRAY) {
618 if (type->type == UCL_ARRAY) {
705 else if (cur->type == UCL_ARRAY) {
962 if (elt != NULL && elt->type == UCL_ARRAY) {
969 if (elt != NULL && elt->type == UCL_ARRAY) {
980 if (elt != NULL && elt->type == UCL_ARRAY) {
998 if (elt != NULL && elt->type == UCL_ARRAY) {
1050 case UCL_ARRAY
[all...]
H A Ducl_emitter_streamline.c111 if (obj != NULL && obj->type == UCL_ARRAY) {
H A Ducl_emitter.c127 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) {
171 if (obj->type != UCL_OBJECT && obj->type != UCL_ARRAY) {
269 if (obj->type == UCL_ARRAY) {
452 case UCL_ARRAY:
576 case UCL_ARRAY:
H A Ducl_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...]
H A Ducl_parser.c644 nobj = ucl_object_new_full (is_array ? UCL_ARRAY : UCL_OBJECT, parser->chunks->priority);
649 if (obj->type == (is_array ? UCL_OBJECT : UCL_ARRAY)) {
658 nobj->type = is_array ? UCL_ARRAY : UCL_OBJECT;
1157 nobj = ucl_object_typed_new (UCL_ARRAY);
1252 if (tobj->type == UCL_OBJECT || tobj->type == UCL_ARRAY) {
1643 if (parser->stack->obj->type == UCL_ARRAY) {
1797 if (parser->stack && parser->stack->obj->type == UCL_ARRAY) {
1956 (*p == ']' && parser->stack->obj->type == UCL_ARRAY)) {
H A Ducl_msgpack.c850 if (container->obj->type == UCL_ARRAY) {
1102 parser->cur_obj = ucl_object_new_full (UCL_ARRAY,
1256 state == start_array ? UCL_ARRAY : UCL_OBJECT,
/freebsd-12-stable/contrib/libucl/python/src/
H A Duclmodule.c56 } else if (obj->type == UCL_ARRAY) {
196 top = ucl_object_typed_new (UCL_ARRAY);
/freebsd-12-stable/usr.sbin/ctld/
H A Duclparse.c293 if (obj->type == UCL_ARRAY) {
425 if (obj->type != UCL_ARRAY) {
440 if (obj->type != UCL_ARRAY) {
455 if (obj->type != UCL_ARRAY) {
473 if (obj->type != UCL_ARRAY) {
546 } else if (obj->type == UCL_ARRAY) {
568 } else if (obj->type == UCL_ARRAY) {
812 if (obj->type == UCL_ARRAY) {
/freebsd-12-stable/contrib/libucl/utils/
H A Dobjdump.c64 else if (obj->type == UCL_ARRAY) {
65 printf ("%stype: UCL_ARRAY\n", pre);
/freebsd-12-stable/contrib/libucl/include/
H A Ducl++.h330 obj.reset (ucl_object_typed_new (UCL_ARRAY));
401 if (type () == UCL_ARRAY) {
410 if (type () == UCL_ARRAY) {
H A Ducl.h123 UCL_ARRAY, /**< UCL array */ enumerator in enum:ucl_type
496 * @param top destination array (must be of type UCL_ARRAY)
497 * @param elt array to copy elements from (must be of type UCL_ARRAY)
549 * @param top object to get size from (must be of type UCL_ARRAY)
556 * @param top object to get a key from (must be of type UCL_ARRAY)
565 * @param top object to get a key from (must be of type UCL_ARRAY)
576 * @param top destination object (must be of type UCL_ARRAY)
1173 * Provide a UCL_ARRAY of paths to search for include files. The object is
1176 * @param paths UCL_ARRAY of paths to search
/freebsd-12-stable/contrib/libucl/lua/
H A Dlua_ucl.c187 if (obj->type == UCL_ARRAY) {
282 case UCL_ARRAY:
407 top = ucl_object_typed_new (UCL_ARRAY);
/freebsd-12-stable/usr.sbin/pkg/
H A Dconfig.c279 if (cur->type != UCL_ARRAY) {

Completed in 120 milliseconds