Searched refs:ucl_hash_insert_object (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_internal.h | 404 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 D | ucl_util.c | 1052 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 D | ucl_parser.c | 1085 container = ucl_hash_insert_object (container, nobj, in ucl_parser_process_object_element()
|