Lines Matching refs:next
240 pHeader->next = NULL;
245 pInfo->tx_last->next = pHeader;
271 for (pDump = pHeader; pDump; pDump = pDump->next)
289 pInfo->tx_first = pHeader->next;
310 pHeader->next = NULL;
315 pInfo->rx_last->next = pHeader;
345 pInfo->rx_first = pHeader->next;
353 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) {
354 if (pFind->next == pHeader) {
356 pFind->next = pHeader->next;
358 if (pFind->next == NULL) {
535 pBlock->next = NULL;
544 for (pClient = pInfo->firstClient; pClient; pClient = pClient->next) {
577 "for next rx.");
746 for (pClient = pInfo->firstClient; pClient; pClient = pClient->next) {
763 ppClient = &(*ppClient)->next) {
769 *ppClient = pClient->next;
802 pClient->next = pInfo->firstClient;
865 pMsg->next = NULL;
870 pClient->last_msg->next = pMsg;
910 pClient->first_msg = pMsg->next;
1026 pNext = pClient->next;
1046 pNextHeader = pHeader->next;