Home
last modified time | relevance | path

Searched refs:ring_succ (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dring.h31 #define ring_succ(c) ((c)->succ) macro
35 for (entry = ring_succ(head); entry != (head); entry = ring_succ(entry))
H A Dctable.c170 } else if (entry == RING_TO_CTABLE_ENTRY(ring_succ(RING_PTR_OF(cache)))) { in ctable_locate()
198 if (entry != RING_TO_CTABLE_ENTRY(ring_succ(RING_PTR_OF(cache)))) { in ctable_refresh()
250 while ((entry = ring_succ(entry)) != RING_PTR_OF(cache)) in ctable_walk()
H A Devents.c529 for (entry = ring_succ(head); entry != (head); entry = ring_succ(entry))
532 (ring_succ(head) != (head) ? RING_TO_TIMER(ring_succ(head)) : 0)
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache_multi.c194 while ((ring = ring_succ(head->ring)) != head->ring) { in scache_multi_free_endp()
275 if ((ring = ring_succ(head->ring)) != head->ring) { in scache_multi_find_endp()
347 while ((ring = ring_succ(head->ring)) != head->ring) { in scache_multi_free_dest()
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/
H A Dpostmulti.c559 ((entry) = ring_succ(entry)) != instance_hd;)
562 for ((entry) = ring_succ(instance_hd); \
563 ((entry) = ring_succ(entry)) != instance_hd;)
566 (((flags) & ITER_FLAG_REVERSE) ? ring_pred(entry) : ring_succ(entry))
751 if (ring_succ(instance_hd) == 0) in insert_instance()