Files
bind9/lib/dns
Ondřej Surý 857225aeb6 Clarify reference counting in RBTDB database
Change the names of the node reference counting functions
and add comments to make the mechanism easier to understand:

- dns__rbtdb_newref() and dns__rbtdb_decref() are now called
  dns__rbtnode_acquire() and dns__rbtnode_release()
  respectively; this reflects the fact that they modify both
  the internal and external reference counters for a node.

- rbtnode_newref() and rbtnode_decref are now called
  rbtnode_erefs_increment() and rbtnode_erefs_decrement(),
  to reflect that they only increase and decrease the node's
  external reference counters, not internal.
2025-01-31 06:07:48 +01:00
..
2024-11-26 07:17:06 +00:00
2024-12-09 09:04:28 +01:00
2024-12-09 09:04:28 +01:00
2024-12-10 08:47:25 +00:00
2024-12-13 13:50:05 +00:00
2024-03-08 15:36:56 -08:00
2025-01-30 14:43:25 +00:00
2024-12-13 13:50:05 +00:00
2024-01-25 14:48:07 +01:00