Searched refs:ucl_object_typed_new (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_streamline.c55 obj = ucl_object_typed_new (UCL_OBJECT);
71 ar = ucl_object_typed_new (UCL_ARRAY);
H A Dtest_msgpack.c138 obj = ucl_object_typed_new (UCL_OBJECT);
211 res = ucl_object_typed_new (UCL_ARRAY);
257 res = ucl_object_typed_new (UCL_ARRAY);
308 res = ucl_object_typed_new (UCL_ARRAY);
327 res = ucl_object_typed_new (UCL_OBJECT);
373 res = ucl_object_typed_new (UCL_OBJECT);
397 res = ucl_object_typed_new (UCL_ARRAY);
432 res = ucl_object_typed_new (UCL_ARRAY);
466 return ucl_object_typed_new (UCL_NULL);
H A Dtest_generate.c71 obj = ucl_object_typed_new (UCL_OBJECT);
88 ar = ucl_object_typed_new (UCL_ARRAY);
205 comments = ucl_object_typed_new (UCL_OBJECT);
216 ar1 = ucl_object_typed_new (UCL_ARRAY);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_sexp.c106 st->obj = ucl_object_typed_new (UCL_ARRAY);
171 obj = ucl_object_typed_new (UCL_STRING);
H A Ducl_util.c1105 new_obj = ucl_object_typed_new (UCL_ARRAY);
2639 return ucl_object_typed_new (UCL_NULL);
2643 ucl_object_typed_new (ucl_type_t type) function
H A Ducl_parser.c1063 nobj = ucl_object_typed_new (UCL_ARRAY);
2469 parser->comments = ucl_object_typed_new (UCL_OBJECT);
H A Ducl_schema.c1080 ext_refs = ucl_object_typed_new (UCL_OBJECT);
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h269 obj.reset (ucl_object_typed_new (UCL_NULL));
272 obj.reset (ucl_object_typed_new (UCL_NULL));
275 obj.reset (ucl_object_typed_new (UCL_FLOAT));
279 obj.reset (ucl_object_typed_new (UCL_INT));
283 obj.reset (ucl_object_typed_new (UCL_BOOLEAN));
304 obj.reset (ucl_object_typed_new (UCL_OBJECT));
318 obj.reset (ucl_object_typed_new (UCL_ARRAY));
H A Ducl.h280 UCL_EXTERN ucl_object_t* ucl_object_typed_new (ucl_type_t type) UCL_WARN_UNUSED_RESULT;
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c164 top = ucl_object_typed_new (UCL_OBJECT);
195 top = ucl_object_typed_new (UCL_ARRAY);
/freebsd-11-stable/contrib/libucl/lua/
H A Dlua_ucl.c334 top = ucl_object_typed_new (UCL_ARRAY);
347 top = ucl_object_typed_new (UCL_OBJECT);
397 obj = ucl_object_typed_new (UCL_NULL);

Completed in 128 milliseconds