Ondřej Surý
d2e84a4b97
Add ISC_LIST_FOREACH_REV(_SAFE) macros
...
Add complementary macros to ISC_LIST_FOREACH(_SAFE) that walk the lists
in reverse.
* ISC_LIST_FOREACH_REV(list, elt, link) - walk the static list from
tail to head
* ISC_LIST_FOREACH_REV_SAFE(list, elt, link, next) - walk the list
from tail to head in a manner that's safe against list member
deletions
2023-10-25 12:36:13 +02:00
..
2023-03-30 16:07:41 +02:00
2023-02-22 16:13:37 +00:00
2023-03-30 23:29:25 +02:00
2023-04-03 09:06:20 +00:00
2023-01-11 09:51:02 +01:00
2023-08-31 22:08:35 +02:00
2023-03-10 17:31:28 +01:00
2023-08-24 11:59:57 +00:00
2023-10-17 17:47:46 +02:00
2023-03-10 17:31:28 +01:00
2023-04-03 12:05:28 +10:00
2023-03-08 10:06:22 +00:00
2023-09-19 19:56:33 +02:00
2023-09-16 07:20:48 +02:00
2023-04-03 12:08:05 +01:00
2023-02-16 18:35:32 +01:00
2023-01-18 19:36:21 +01:00
2023-10-17 17:47:46 +02:00
2023-10-25 12:36:13 +02:00
2023-02-15 16:44:47 +00:00
2023-10-13 11:40:16 +02:00
2023-02-16 18:35:32 +01:00
2023-01-18 18:32:57 +01:00
2023-09-05 09:39:41 +02:00
2023-02-15 09:30:04 +01:00
2023-10-17 17:47:46 +02:00
2023-09-19 18:51:35 +02:00
2023-10-13 11:40:16 +02:00
2023-03-31 12:52:59 +00:00
2023-06-27 12:38:09 +02:00
2023-02-14 17:13:24 +00:00
2023-10-13 11:40:16 +02:00
2023-10-17 17:47:46 +02:00
2023-01-31 21:41:19 -08:00
2023-09-24 10:08:56 +02:00
2023-09-07 19:46:19 +02:00
2023-07-17 14:50:25 +02:00
2023-09-12 16:17:06 +02:00
2023-09-19 19:56:33 +02:00
2023-04-21 12:10:02 +02:00
2023-09-19 18:51:35 +02:00
2023-03-31 13:33:16 +02:00
2023-02-15 16:44:09 +00:00
2023-10-17 17:47:46 +02:00
2023-09-16 07:32:17 +02:00
2023-03-31 15:02:06 +02:00
2023-04-03 12:44:27 +10:00
2023-03-31 12:52:59 +00:00
2023-07-28 08:59:08 +02:00
2023-08-15 12:04:29 +02:00
2023-10-17 17:47:46 +02:00