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

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_msgpack.c216 ucl_array_append (res, ucl_object_fromint (cur % 128));
217 ucl_array_append (res, ucl_object_fromint (-(cur % 128)));
219 ucl_array_append (res, ucl_object_fromint (cur % UINT16_MAX));
220 ucl_array_append (res, ucl_object_fromint (-(cur % INT16_MAX)));
222 ucl_array_append (res, ucl_object_fromint (cur % UINT32_MAX));
223 ucl_array_append (res, ucl_object_fromint (-(cur % INT32_MAX)));
225 ucl_array_append (res, ucl_object_fromint (cur));
226 ucl_array_append (res, ucl_object_fromint (-cur));
230 ucl_array_append (res, ucl_object_fromdouble (curf));
233 ucl_array_append (re
[all...]
H A Dtest_generate.c90 ucl_array_append (ar, cur);
93 ucl_array_append (ar, cur);
122 ucl_array_append (ar, cur);
127 ucl_array_append (ar, cur);
188 ucl_array_append (test_obj, ucl_object_fromstring ("test"));
219 ucl_array_append (ar1, cur);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_sexp.c181 ucl_array_append (parser->stack->obj, obj);
199 ucl_array_append (parser->stack->obj, st->obj);
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);
1067 ucl_array_append (nobj, top);
1068 ucl_array_append (nobj, elt);
1541 if (!ucl_array_append (t, obj)) {
H A Ducl_msgpack.c856 ucl_array_append (container->obj, obj);
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c200 ucl_array_append(top, elm);
/freebsd-11-stable/contrib/libucl/lua/
H A Dlua_ucl.c340 ucl_array_append (top, obj);
/freebsd-11-stable/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()));

Completed in 120 milliseconds