Searched refs:first_msg (Results 1 – 2 of 2) sorted by relevance
804 pClient->first_msg = NULL; in enable_signals()869 pClient->first_msg = pClient->last_msg = pMsg; in add_msg()907 if (pClient->first_msg) { in remove_msg()910 pMsg = pClient->first_msg; in remove_msg()911 pClient->first_msg = pMsg->next; in remove_msg()912 if (pClient->first_msg == NULL) { in remove_msg()1256 pMsg = pClient->first_msg; in r3964_poll()
94 struct r3964_message *first_msg; member