Searched refs:newNode (Results 1 – 1 of 1) sorted by relevance
82 phNxpEse_sCoreRecvBuff_List_t* newNode = NULL; in phNxpEse_StoreDatainList() local84 newNode = (phNxpEse_sCoreRecvBuff_List_t*)phNxpEse_memalloc( in phNxpEse_StoreDatainList()86 if (newNode == NULL) { in phNxpEse_StoreDatainList()89 newNode->pNext = NULL; in phNxpEse_StoreDatainList()90 newNode->tData.wLen = data_len; in phNxpEse_StoreDatainList()91 phNxpEse_memcpy(newNode->tData.sbuffer, pbuff, data_len); in phNxpEse_StoreDatainList()94 head = newNode; in phNxpEse_StoreDatainList()95 current = newNode; in phNxpEse_StoreDatainList()97 current->pNext = newNode; in phNxpEse_StoreDatainList()98 current = newNode; in phNxpEse_StoreDatainList()