Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_util.c1097 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local
1214 old_obj = __DECONST(ucl_object_t *, ucl_hash_search(container,
1218 if (old_obj == NULL) {
1220 old_obj = ucl_object_new_full(UCL_ARRAY, params->priority);
1221 old_obj->key = params->prefix;
1222 old_obj->keylen = strlen(params->prefix);
1223 ucl_copy_key_trash(old_obj);
1224 old_obj->prev = old_obj;
1225 old_obj->next = NULL;
1227 container = ucl_hash_insert_object(container, old_obj,
[all …]