Searched refs:ucl_hash_replace (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_hash.h | 66 void ucl_hash_replace(ucl_hash_t *hashlin, const ucl_object_t *old,
|
| H A D | ucl_parser.c | 1237 ucl_hash_replace(cont, top, nobj); in ucl_parser_append_elt() 1312 ucl_hash_replace(container, tobj, nobj); in ucl_parser_process_object_element() 1320 ucl_hash_replace(container, tobj, nobj); in ucl_parser_process_object_element() 1353 ucl_hash_replace(container, tobj, nobj); in ucl_parser_process_object_element()
|
| H A D | ucl_hash.c | 349 void ucl_hash_replace(ucl_hash_t *hashlin, const ucl_object_t *old, in ucl_hash_replace() function
|
| H A D | ucl_util.c | 1293 ucl_hash_replace(container, old_obj, new_obj); 2443 ucl_hash_replace(top->value.ov, found, elt); 2608 ucl_hash_replace(top->value.ov, found, cp); 2640 ucl_hash_replace(top->value.ov, found, cp);
|