mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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. |
||
|---|---|---|
| .. | ||
| include | ||
| aclconf.c | ||
| check.c | ||
| duration.c | ||
| kaspconf.c | ||
| meson.build | ||
| namedconf.c | ||
| parser.c | ||
| tests | ||