Home
last modified time | relevance | path

Searched refs:serverPort (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py35 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/
Dvncviewer.c150 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()
Dsockets.c100 if (client->serverPort==-1) { in ReadFromRFBServer()
252 if (client->serverPort==-1) in WriteToRFBServer()
810 if (client->serverPort==-1)
Drfbproto.c391 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/
DProxyServlet.java714 …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/
Dvnc2mpg.c409 if(client->serverPort==-1) in main()
/external/libvncserver/rfb/
Drfbclient.h190 int serverPort; /**< if -1, then use file recorded by vncrec */ member
/external/libvncserver/
DChangeLog2548serverPort 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