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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c3201 ucl_object_copy_internal (const ucl_object_t *other, bool allow_array) function
3243 ucl_array_append (new, ucl_object_copy_internal (cur, false));
3246 ucl_object_t *cp = ucl_object_copy_internal (cur, true);
3256 ucl_object_t *cp = ucl_object_copy_internal (cur, false);
3270 return ucl_object_copy_internal (other, true);

Completed in 57 milliseconds