Home
last modified time | relevance | path

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

/external/libvncserver/rfb/
Drfbproto.h416 #define rfbSetServerInput 9 macro
/external/libvncserver/libvncclient/
Drfbproto.c348 SetClient2Server(client, rfbSetServerInput); in DefaultSupportedMessagesUltraVNC()
365 SetClient2Server(client, rfbSetServerInput); in DefaultSupportedMessagesTightVNC()
1637 if (!SupportsClient2Server(client, rfbSetServerInput)) return TRUE; in PermitServerInput()
1639 msg.type = rfbSetServerInput; in PermitServerInput()
/external/libvncserver/libvncserver/
Dstats.c80 case rfbSetServerInput: snprintf(buf, len, "SetServerInput"); break; in messageNameClient2Server()
Drfbserver.c2486 case rfbSetServerInput: in rfbProcessClientNormalMessage()