Searched defs:DEQUEUE (Results 1 – 2 of 2) sorted by relevance
123 #define DEQUEUE(list, elt, link) UNLINK(list, elt, link) macro
202 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) macro