Home
last modified time | relevance | path

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

/external/libvncserver/rfb/
Drfbclient.h365 extern rfbBool ConnectToRFBServer(rfbClient* client,const char *hostname, int port);
/external/libvncserver/libvncclient/
Dvncviewer.c216 if (!ConnectToRFBServer(client,client->serverHost,client->serverPort)) in rfbInitConnection()
Drfbproto.c371 ConnectToRFBServer(rfbClient* client,const char *hostname, int port) in ConnectToRFBServer() function
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch11034 * ConnectToRFBServer.
11037 ConnectToRFBServer(const char *hostname, int port)
19091 - if (!ConnectToRFBServer(vncServerHost, vncServerPort)) exit(1);
19100 + if (!ConnectToRFBServer(vncServerHost, vncServerPort)) {