mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-10 03:30:57 -04:00
Improve the radix tree code: - Rename node children from .l/.r to .left/.right - Rename static functions to drop reserved leading underscores - Rename legacy macro variables (Xrn, Xsp, Xstack) to readable names (cur, sp, stack) - Narrow variable scopes to point of first use - Use size_t for loop iterators, uint8_t for byte values - Replace do/while(0) with plain blocks in macros - Clean up unit test with helpers and meaningful data values |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||