Home
last modified time | relevance | path

Searched refs:ucl_array_append (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libucl/tests/
H A Dtest_msgpack.c225 ucl_array_append (res, ucl_object_fromint (cur)); in ucl_test_integer()
226 ucl_array_append (res, ucl_object_fromint (-cur)); in ucl_test_integer()
230 ucl_array_append (res, ucl_object_fromdouble (curf)); in ucl_test_integer()
233 ucl_array_append (res, ucl_object_fromdouble (curf)); in ucl_test_integer()
236 ucl_array_append (res, ucl_object_fromdouble (curf)); in ucl_test_integer()
243 ucl_array_append (res, ucl_object_fromint (cur)); in ucl_test_integer()
279 ucl_array_append (res, elt); in ucl_test_string()
287 ucl_array_append (res, elt); in ucl_test_string()
296 ucl_array_append (res, elt); in ucl_test_string()
419 ucl_array_append (res, cur); in ucl_test_array()
[all …]
H A Dtest_generate.c90 ucl_array_append (ar, cur); in main()
93 ucl_array_append (ar, cur); in main()
122 ucl_array_append (ar, cur); in main()
127 ucl_array_append (ar, cur); in main()
188 ucl_array_append (test_obj, ucl_object_fromstring ("test")); in main()
219 ucl_array_append (ar1, cur); in main()
/freebsd-12.1/contrib/libucl/src/
H A Ducl_sexp.c181 ucl_array_append (parser->stack->obj, obj); in ucl_parse_csexp()
199 ucl_array_append (parser->stack->obj, st->obj); in ucl_parse_csexp()
H A Ducl_util.c1060 ucl_array_append (old_obj, nest_obj);
1101 ucl_array_append (old_obj, nest_obj);
1132 ucl_array_append (new_obj, old_obj);
1133 ucl_array_append (new_obj, nest_obj);
2771 ucl_array_append (ucl_object_t *top, ucl_object_t *elt) function
3243 ucl_array_append (new, ucl_object_copy_internal (cur, false));
H A Ducl_parser.c1059 ucl_array_append (top, elt); in ucl_parser_append_elt()
1067 ucl_array_append (nobj, top); in ucl_parser_append_elt()
1068 ucl_array_append (nobj, elt); in ucl_parser_append_elt()
1541 if (!ucl_array_append (t, obj)) { in ucl_parser_get_container()
H A Ducl_msgpack.c856 ucl_array_append (container->obj, obj); in ucl_msgpack_insert_object()
/freebsd-12.1/contrib/libucl/python/src/
H A Duclmodule.c200 ucl_array_append(top, elm); in _iterate_python()
/freebsd-12.1/contrib/libucl/include/
H A Ducl.h471 UCL_EXTERN bool ucl_array_append (ucl_object_t *top,
H A Ducl++.h322 ucl_array_append (cobj, ucl_object_ref (e.obj.get())); in Ucl()
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c340 ucl_array_append (top, obj); in ucl_object_lua_fromtable()