Searched refs:chat (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/libvncclient/
H A Drfbproto.c1574 rfbTextChatMsg chat; local
1578 chat.type = rfbTextChat;
1579 chat.pad1 = 0;
1580 chat.pad2 = 0;
1581 chat.length = (uint32_t)count;
1582 chat.length = rfbClientSwap32IfLE(chat.length);
1584 if (!WriteToRFBServer(client, (char *)&chat, sz_rfbTextChatMsg))
1596 rfbTextChatMsg chat; local
1599 chat
1608 rfbTextChatMsg chat; local
1619 rfbTextChatMsg chat; local
[all...]

Completed in 91 milliseconds