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.c1091 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local
1191 old_obj = __DECONST (ucl_object_t *, ucl_hash_search (container,
1195 if (old_obj == NULL) {
1197 old_obj = ucl_object_new_full (UCL_ARRAY, params->priority);
1198 old_obj->key = params->prefix;
1199 old_obj->keylen = strlen (params->prefix);
1200 ucl_copy_key_trash (old_obj);
1201 old_obj->prev = old_obj;
1202 old_obj->next = NULL;
1204 container = ucl_hash_insert_object (container, old_obj,
[all …]