Searched refs:nest_obj (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c946 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local
1056 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1057 nest_obj->prev = nest_obj;
1058 nest_obj->next = NULL;
1060 ucl_array_append (old_obj, nest_obj);
1064 nest_obj = ucl_object_new_full (UCL_OBJECT, params->priority);
1066 if (nest_obj == NULL) {
1075 nest_obj->key = params->prefix;
1076 nest_obj
[all...]

Completed in 101 milliseconds