Home
last modified time | relevance | path

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

/freebsd-src/contrib/libucl/tests/
H A Dtest_msgpack.c216 ucl_array_append (res, ucl_object_fromint (cur % 128)); in ucl_test_integer()
217 ucl_array_append (res, ucl_object_fromint (-(cur % 128))); in ucl_test_integer()
219 ucl_array_append (res, ucl_object_fromint (cur % UINT16_MAX)); in ucl_test_integer()
220 ucl_array_append (res, ucl_object_fromint (-(cur % INT16_MAX))); in ucl_test_integer()
222 ucl_array_append (res, ucl_object_fromint (cur % UINT32_MAX)); in ucl_test_integer()
223 ucl_array_append (res, ucl_object_fromint (-(cur % INT32_MAX))); in ucl_test_integer()
225 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()
[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-src/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.c1212 ucl_array_append (old_obj, nest_obj);
1231 ucl_array_append (old_obj, nest_obj);
1265 ucl_array_append (new_obj, old_obj);
1266 ucl_array_append (new_obj, nest_obj);
2561 ucl_array_append (top, ucl_object_copy (elt));
2566 ucl_array_append (top, ucl_object_ref (elt));
3123 ucl_array_append (ucl_object_t *top, ucl_object_t *elt) function
3617 ucl_array_append (new, ucl_object_copy_internal (cur, false));
H A Ducl_parser.c1153 ucl_array_append (top, elt); in ucl_parser_append_elt()
1161 ucl_array_append (nobj, top); in ucl_parser_append_elt()
1162 ucl_array_append (nobj, elt); in ucl_parser_append_elt()
1648 if (!ucl_array_append (t, obj)) { in ucl_parser_get_container()
H A Ducl_msgpack.c851 ucl_array_append (container->obj, obj); in ucl_msgpack_insert_object()
/freebsd-src/contrib/libucl/python/src/
H A Duclmodule.c201 ucl_array_append(top, elm); in _iterate_python()
/freebsd-src/contrib/libucl/include/
H A Ducl.h482 UCL_EXTERN bool ucl_array_append (ucl_object_t *top,
H A Ducl++.h334 ucl_array_append (cobj, ucl_object_ref (e.obj.get())); in Ucl()
/freebsd-src/contrib/libucl/lua/
H A Dlua_ucl.c425 ucl_array_append (top, obj); in ucl_object_lua_fromtable()