Files
bind9/lib/isc/include/isc
Ondřej Surý ae997d9e21 Add ISC_LIST_FOREACH(_SAFE) macros
There's a recurring pattern walking the ISC_LISTs that just repeats over
and over.  Add two macros:

 * ISC_LIST_FOREACH(list, elt, link) - walk the static list
 * ISC_LIST_FOREACH_SAFE(list, elt, link, next) - walk the list in
   a manner that's safe against list member deletions
2023-04-25 08:16:46 +02:00
..
2023-03-10 17:31:28 +01:00
2023-03-10 17:31:28 +01:00
2023-04-03 12:08:05 +01:00
2023-02-16 18:35:32 +01:00
2023-04-25 08:16:46 +02:00
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +01:00
2023-01-24 17:57:16 +00:00
2023-03-10 17:31:28 +01:00
2023-03-10 17:31:28 +01:00
2022-08-25 12:24:29 +02:00
2023-03-10 17:31:28 +01:00
2023-03-31 13:33:16 +02:00
2023-02-15 16:44:09 +00:00
2023-03-31 17:21:52 +01:00
2023-04-12 14:10:37 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00