Searched defs:DEQUEUE (Results 1 – 3 of 3) 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
480 #define DEQUEUE(context,queue) \ macro