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

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_basic.c190 comments = ucl_object_ref (ucl_parser_get_comments (parser));
240 comments = ucl_object_ref (ucl_parser_get_comments (parser2));
H A Dtest_generate.c140 ref = ucl_object_ref (cur);
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h257 obj.reset (ucl_object_ref (other));
261 obj.reset (ucl_object_ref (other.obj.get()));
308 ucl_object_insert_key (cobj, ucl_object_ref (e.second.obj.get()),
322 ucl_array_append (cobj, ucl_object_ref (e.obj.get()));
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-11-stable/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);

Completed in 158 milliseconds