Home
last modified time | relevance | path

Searched refs:ucl_object_unref (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/libucl/tests/
H A Dtest_generate.c125 ucl_object_unref (cur); in main()
130 ucl_object_unref (cur); in main()
135 ucl_object_unref (cur); in main()
185 ucl_object_unref (test_obj); in main()
271 ucl_object_unref (obj); in main()
272 ucl_object_unref (comments); in main()
305 ucl_object_unref (ref); in main()
H A Dtest_basic.c219 ucl_object_unref (obj); in main()
235 ucl_object_unref (comments); in main()
284 ucl_object_unref (obj); in main()
291 ucl_object_unref (comments); in main()
H A Dtest_streamline.c87 ucl_object_unref (obj); in main()
H A Dtest_speed.c145 ucl_object_unref (obj); in main()
H A Dtest_msgpack.c173 ucl_object_unref (obj); in main()
194 ucl_object_unref (obj); in main()
H A Dtest_schema.c161 ucl_object_unref (obj); in main()
/freebsd-12.1/contrib/libucl/python/src/
H A Duclmodule.c95 ucl_object_unref(uclobj); in _internal_load_ucl()
242 ucl_object_unref (root); in ucl_dump()
279 ucl_object_unref (schema); in ucl_validate()
280 ucl_object_unref (data); in ucl_validate()
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c651 ucl_object_unref (obj); in lua_ucl_parser_get_object()
749 ucl_object_unref (schema); in lua_ucl_parser_validate()
958 ucl_object_unref (obj); in lua_ucl_object_gc()
1039 ucl_object_unref (obj); in lua_ucl_to_json()
1056 ucl_object_unref (obj); in lua_ucl_to_config()
1138 ucl_object_unref (obj); in lua_ucl_to_format()
/freebsd-12.1/contrib/libucl/src/
H A Ducl_parser.c662 ucl_object_unref (obj); in ucl_parser_add_container()
1125 ucl_object_unref (tobj); in ucl_parser_process_object_element()
1133 ucl_object_unref (tobj); in ucl_parser_process_object_element()
1150 ucl_object_unref (nobj); in ucl_parser_process_object_element()
1166 ucl_object_unref (tobj); in ucl_parser_process_object_element()
1375 ucl_object_unref (nobj); in ucl_parse_key()
1380 ucl_object_unref (nobj); in ucl_parse_key()
1542 ucl_object_unref (obj); in ucl_parser_get_container()
2413 ucl_object_unref (macro_args); in ucl_state_machine()
2439 ucl_object_unref (parser->last_comment); in ucl_state_machine()
[all …]
H A Ducl_util.c487 ucl_object_unref (parser->top_obj);
491 ucl_object_unref (parser->includepaths);
526 ucl_object_unref (parser->comments);
1161 ucl_object_unref (nest_obj);
2212 ucl_object_unref (found);
2234 ucl_object_unref (elt);
2265 ucl_object_unref (found);
2350 ucl_object_unref (found);
3274 ucl_object_unref (ucl_object_t *obj) function
H A Ducl_schema.c1087 ucl_object_unref (ext_refs); in ucl_object_validate_root_ext()
/freebsd-12.1/usr.sbin/iovctl/
H A Dparse.c325 ucl_object_unref(top); in parse_config_file()
412 ucl_object_unref(top); in find_device()
/freebsd-12.1/contrib/libucl/utils/
H A Dobjdump.c178 ucl_object_unref (obj); in main()
/freebsd-12.1/contrib/libucl/include/
H A Ducl.h749 UCL_EXTERN void ucl_object_unref (ucl_object_t *obj);
1490 #define ucl_obj_unref ucl_object_unref
H A Ducl++.h49 ucl_object_unref (obj); in operator()
/freebsd-12.1/usr.sbin/pkg/
H A Dconfig.c373 ucl_object_unref(obj); in read_conf_file()
H A Dpkg.c356 ucl_object_unref(obj); in load_fingerprint()
/freebsd-12.1/contrib/libucl/doc/
H A Dapi.md159 …sed by one, therefore, a caller should decrease reference by using `ucl_object_unref` to free obje…
239 ucl_object_unref (obj);