Home
last modified time | relevance | path

Searched refs:ucl_object_ref (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libucl/tests/
H A Dtest_basic.c190 comments = ucl_object_ref (ucl_parser_get_comments (parser)); in main()
240 comments = ucl_object_ref (ucl_parser_get_comments (parser2)); in main()
H A Dtest_generate.c140 ref = ucl_object_ref (cur); in main()
/freebsd-12.1/contrib/libucl/include/
H A Ducl++.h257 obj.reset (ucl_object_ref (other)); in Ucl()
261 obj.reset (ucl_object_ref (other.obj.get())); in Ucl()
308 ucl_object_insert_key (cobj, ucl_object_ref (e.second.obj.get()), in Ucl()
322 ucl_array_append (cobj, ucl_object_ref (e.obj.get())); in Ucl()
H A Ducl.h737 UCL_EXTERN ucl_object_t* ucl_object_ref (const ucl_object_t *obj);
1491 #define ucl_obj_ref ucl_object_ref
/freebsd-12.1/contrib/libucl/src/
H A Ducl_util.c466 return ucl_object_ref (parser->top_obj);
2230 tmp = ucl_object_ref (cur);
2339 cp = ucl_object_ref (cur);
2837 cp = ucl_object_ref (elt);
3175 ucl_object_ref (const ucl_object_t *obj) function
3522 obj = ucl_object_ref (found);