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
..
2025-02-28 10:31:46 +00:00
2025-02-20 09:32:55 +00:00
2025-03-22 20:00:46 -07:00
2025-02-25 12:53:25 -08:00
2025-01-25 14:28:41 +03:00
2025-03-22 20:00:46 -07:00
2024-11-19 12:27:22 +01:00
2025-03-01 07:33:09 +01:00
2024-11-19 12:27:22 +01:00
2025-02-28 10:31:46 +00:00
2024-11-19 12:27:22 +01:00
2025-03-17 10:42:47 +00:00
2023-08-21 18:39:53 +02:00
2024-12-06 02:29:20 +00:00
2024-11-19 12:27:22 +01:00
2025-03-22 20:00:46 -07:00
2025-03-22 20:00:46 -07:00
2025-02-25 12:53:25 -08:00
2025-02-25 12:53:25 -08:00
2025-02-25 12:53:25 -08:00
2025-03-22 20:00:46 -07:00