bind9/lib
Evan Hunt d4f791793e Clarify reference counting in QP databases
Change the names of the node reference counting functions
and add comments to make the mechanism easier to understand:

- newref() and decref() are now called qpcnode_acquire()/
  qpznode_acquire() and qpcnode_release()/qpznode_release()
  respectively; this reflects the fact that they modify both
  the internal and external reference counters for a node.

- qpcnode_newref() and qpznode_newref() are now called
  qpcnode_erefs_increment() and qpznode_erefs_increment(), and
  qpcnode_decref() and qpznode_decref() are now called
  qpcnode_erefs_decrement() and qpznode_erefs_decrement(),
  to reflect that they only increase and decrease the node's
  external reference counters, not internal.
2025-01-30 20:08:46 -08:00
..
dns Clarify reference counting in QP databases 2025-01-30 20:08:46 -08:00
isc Merge tag 'v9.21.4' 2025-01-29 17:17:18 +01:00
isccc deduplicate result codes 2025-01-23 15:54:57 -08:00
isccfg clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
ns Use DNS_EDE_OTHER instead of its literal value 2025-01-30 11:54:36 +01:00
.gitignore
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00