Searched refs:pstrNext (Results 1 – 2 of 2) sorted by relevance
41 Message *pstrMessge = pHandle->pstrMessageList->pstrNext; in wilc_mq_destroy()78 pstrMessage->pstrNext = NULL; in wilc_mq_send()94 while (pstrTailMsg->pstrNext) in wilc_mq_send()95 pstrTailMsg = pstrTailMsg->pstrNext; in wilc_mq_send()97 pstrTailMsg->pstrNext = pstrMessage; in wilc_mq_send()170 pHandle->pstrMessageList = pstrMessage->pstrNext; in wilc_mq_recv()
19 struct __Message_struct *pstrNext; member