Searched refs:NLIB_Queue_QueryLinkNext (Results 1 – 1 of 1) sorted by relevance
60 #define NLIB_Queue_QueryLinkNext(item, link) ((item)->link.next) macro197 … (next) = NLIB_Queue_IsEnd(queue, item) ? NULL : (type) NLIB_Queue_QueryLinkNext(item, link); \200 … (next) = NLIB_Queue_IsEnd(queue, item) ? NULL : (type) NLIB_Queue_QueryLinkNext(item, link))