Home
last modified time | relevance | path

Searched refs:newNode (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEseDataMgr.cpp82 phNxpEse_sCoreRecvBuff_List_t* newNode = NULL; in phNxpEse_StoreDatainList() local
84 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()