Searched refs:serverPort (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | hostConfig.py | 35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument 44 if serverPort is not None: 45 node.setAttribute("ServerPort", serverPort) 63 configure(serverPort=sys.argv[1], structPath=sys.argv[2])
|
/external/libvncserver/libvncclient/ |
D | vncviewer.c | 150 client->serverPort=5900; in rfbGetClient() 245 …if (!ConnectToRFBRepeater(client,client->serverHost,client->serverPort,client->destHost,client->de… in rfbInitConnection() 248 if (!ConnectToRFBServer(client,client->serverHost,client->serverPort)) in rfbInitConnection() 312 client->serverPort = -1; in rfbInitClient() 351 client->serverPort = atoi(colon+1); in rfbInitClient() 355 if(client->serverPort >= 0 && client->serverPort < 5900) in rfbInitClient() 356 client->serverPort += 5900; in rfbInitClient()
|
D | sockets.c | 100 if (client->serverPort==-1) { in ReadFromRFBServer() 252 if (client->serverPort==-1) in WriteToRFBServer() 810 if (client->serverPort==-1)
|
D | rfbproto.c | 391 if (client->serverPort==-1) { in ConnectToRFBServer() 648 if (client->serverPort!=-1) { /* if not playing a vncrec file */ in HandleVncAuth() 1745 if (client->serverPort==-1) in HandleRFBServerMessage()
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | ProxyServlet.java | 714 …protected HttpURI proxyHttpURI(String scheme, String serverName, int serverPort, String uri) throw… in proxyHttpURI() argument 719 return new HttpURI(scheme + "://" + serverName + ":" + serverPort + uri); in proxyHttpURI() 888 …protected HttpURI proxyHttpURI(final String scheme, final String serverName, int serverPort, final… in proxyHttpURI() argument
|
/external/libvncserver/client_examples/ |
D | vnc2mpg.c | 409 if(client->serverPort==-1) in main()
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 190 int serverPort; /**< if -1, then use file recorded by vncrec */ member
|
/external/libvncserver/ |
D | ChangeLog | 2548 …serverPort in rfbInitClient(). The serverPort member is already set in rfbGetClient(), if we set … 2550 relies on serverPort set to -1). Signed-off-by: Christian Beier <dontmind@freeshell.org> 6541 serverHost&serverPort which was set by the application
|