Searched refs:comListGetNext (Results 1 – 1 of 1) sorted by relevance
783 #define comListGetHead(pList) comListGetNext(pList,(pList)->pHead)845 #define comListGetNext(pList, pLink) (((pLink)->pNext == (pList)->pHead) ? \ macro