Searched refs:ucl_hash_insert_object (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_internal.h | 467 static inline ucl_hash_t * ucl_hash_insert_object (ucl_hash_t *hashlin, 472 ucl_hash_insert_object (ucl_hash_t *hashlin, in ucl_hash_insert_object() function
|
H A D | ucl_util.c | 1228 container = ucl_hash_insert_object (container, old_obj, 1318 container = ucl_hash_insert_object (container, nest_obj, 2448 top->value.ov = ucl_hash_insert_object (top->value.ov, elt, false); 2465 top->value.ov = ucl_hash_insert_object (top->value.ov, elt, false); 2613 top->value.ov = ucl_hash_insert_object (top->value.ov, cp, 2645 top->value.ov = ucl_hash_insert_object (top->value.ov, cp,
|
H A D | ucl_parser.c | 1258 container = ucl_hash_insert_object (container, nobj, in ucl_parser_process_object_element()
|