Lines Matching refs:head
25 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
28 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head);
66 phNxpEse_DeletList(head); in phNxpEse_GetData()
68 head = NULL; in phNxpEse_GetData()
93 if (head == NULL) { in phNxpEse_StoreDatainList()
94 head = newNode; in phNxpEse_StoreDatainList()
115 if (head == NULL || pbuff == NULL) { in phNxpEse_GetDataFromList()
119 new_node = head; in phNxpEse_GetDataFromList()
139 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head) { in phNxpEse_DeletList() argument
142 current = head; in phNxpEse_DeletList()
144 if (head == NULL) { in phNxpEse_DeletList()
154 head = NULL; in phNxpEse_DeletList()