Searched refs:port (Results 1 – 6 of 6) sorted by relevance
43 void WebSocketServer::SetServerPort(int port) in SetServerPort() argument45 serverPort = port; in SetServerPort()101 contextInfo.port = serverPort; in StartWebsocketListening()
29 void SetServerPort(int port);
275 int port = atoi(Value("p").c_str()); in IsDebugPortValid() local276 if (port < MIN_PORT || port > MAX_PORT) { in IsDebugPortValid()614 int port = atoi(Value("lws").c_str()); in IsWebSocketPortValid() local615 if (port < MIN_PORT || port > MAX_PORT) { in IsWebSocketPortValid()
76 void JsApp::SetPipePort(const std::string& port) in SetPipePort() argument78 pipePort = port; in SetPipePort()
36 void SetPipePort(const std::string& port);
263 config.port = debugServerPort; in StartJsApp()