Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_internal.h468 static inline ucl_hash_t *ucl_hash_insert_object(ucl_hash_t *hashlin,
473 ucl_hash_insert_object(ucl_hash_t *hashlin, in ucl_hash_insert_object() function
H A Ducl_util.c1227 container = ucl_hash_insert_object(container, old_obj,
1317 container = ucl_hash_insert_object(container, nest_obj,
2436 top->value.ov = ucl_hash_insert_object(top->value.ov, elt, false);
2453 top->value.ov = ucl_hash_insert_object(top->value.ov, elt, false);
2596 top->value.ov = ucl_hash_insert_object(top->value.ov, cp,
2628 top->value.ov = ucl_hash_insert_object(top->value.ov, cp,
H A Ducl_parser.c1272 container = ucl_hash_insert_object(container, nobj, in ucl_parser_process_object_element()