Searched refs:ucl_array_append (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/libucl/tests/ |
| H A D | test_msgpack.c | 216 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 D | test_generate.c | 90 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/contrib/libucl/src/ |
| H A D | ucl_sexp.c | 183 ucl_array_append(parser->stack->obj, obj); in ucl_parse_csexp() 202 ucl_array_append(parser->stack->obj, st->obj); in ucl_parse_csexp()
|
| H A D | ucl_util.c | 1235 ucl_array_append(old_obj, nest_obj); 1254 ucl_array_append(old_obj, nest_obj); 1290 ucl_array_append(new_obj, old_obj); 1291 ucl_array_append(new_obj, nest_obj); 2567 ucl_array_append(top, ucl_object_copy(elt)); 2572 ucl_array_append(top, ucl_object_ref(elt)); 3131 bool ucl_array_append(ucl_object_t *top, ucl_object_t *elt) 3665 ucl_array_append(new, ucl_object_copy_internal(cur, false)); 3149 ucl_array_append (ucl_object_t *top, ucl_object_t *elt) global() function
|
| H A D | ucl_parser.c | 1227 ucl_array_append(top, elt); in ucl_parser_append_elt() 1235 ucl_array_append(nobj, top); in ucl_parser_append_elt() 1236 ucl_array_append(nobj, elt); in ucl_parser_append_elt() 1729 if (!ucl_array_append(t, obj)) {
|
| H A D | ucl_msgpack.c | 774 ucl_array_append(container->obj, obj); in ucl_msgpack_get_container()
|
| /freebsd/contrib/libucl/include/ |
| H A D | ucl.h | 495 UCL_EXTERN bool ucl_array_append(ucl_object_t *top,
|
| H A D | ucl++.h | 357 ucl_array_append(cobj, ucl_object_ref(e.obj.get()));
|
| /freebsd/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 431 ucl_array_append (top, obj); in ucl_object_lua_fromtable()
|