Home
last modified time | relevance | path

Searched refs:ucl_hash_insert_object (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libucl/src/
H A Ducl_internal.h404 static inline ucl_hash_t * ucl_hash_insert_object (ucl_hash_t *hashlin,
409 ucl_hash_insert_object (ucl_hash_t *hashlin, in ucl_hash_insert_object() function
H A Ducl_util.c1052 container = ucl_hash_insert_object (container, old_obj,
1081 container = ucl_hash_insert_object (container, nest_obj,
2203 top->value.ov = ucl_hash_insert_object (top->value.ov, elt, false);
2220 top->value.ov = ucl_hash_insert_object (top->value.ov, elt, false);
2344 top->value.ov = ucl_hash_insert_object (top->value.ov, cp, false);
H A Ducl_parser.c1085 container = ucl_hash_insert_object (container, nobj, in ucl_parser_process_object_element()