Home
last modified time | relevance | path

Searched refs:ISC_LIST_INSERTBEFORE (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/dig/lib/isc/include/isc/
H A Dutil.h108 #define INSERTBEFORE(li, b, e, ln) ISC_LIST_INSERTBEFORE(li, b, e, ln)
H A Dlist.h124 #define ISC_LIST_INSERTBEFORE(list, before, elt, link) \ macro