bind9/lib/isccfg/include
Colin Vidal cc91a5d1ec introduce cfg_obj_clone to clone a config tree
Introduce `cfg_obj_clone` which takes a `cfg_obj_t` node and clones it.
it allocates a new node, copies its scalar values and recursively
allocates child nodes, copying their scalar values as well and so on.

Internally, a new method `cfg_copyfunc_t` copy is added in `cfg_rep_t`,
which enables implementing a copy function specific for each
representation type a node can hold.
2025-10-27 21:33:18 +01:00
..
isccfg introduce cfg_obj_clone to clone a config tree 2025-10-27 21:33:18 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00