Files
Evan Hunt f782e6982d use ISC_LIST_FOREACH in more places
use the ISC_LIST_FOREACH pattern in places where lists had
been iterated using a different pattern from the typical
`for` loop: for example, `while (!ISC_LIST_EMPTY(...))` or
`while ((e = ISC_LIST_HEAD(...)) != NULL)`.
2025-03-22 20:00:46 -07:00
..
2023-02-21 13:12:26 +00:00
2025-03-22 20:00:46 -07:00
2023-01-17 16:18:21 -08:00