/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-context-vhost.h | 31 * vhosts. Each vhost is a virtual host, with either its own listen port 56 * port as SSL is listening. If combined with 134 /**< (VH) All connections to this vhost / port are bound to the 148 * address + port. The default is to strictly allow only one 173 * name + port (443 / 80 are assumed if no :port given based on if the 207 /**< (VH) When instantiating a new vhost and the specified port is 298 * "username:password\@server:port" */ 326 int port; member 332 * You can also set port t [all...] |
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
H A D | minimal-secure-streams.c | 140 "\"port\":" "443," 157 "\"port\": 443," 175 "\"port\": 8000," 197 "\"port\": 80," 431 "\"port\": 80" in app_system_state_nf() 437 * port doesn't have anything that will connect to us */ in app_system_state_nf() 443 "\"port\": 999" in app_system_state_nf() 572 info.port = CONTEXT_PORT_NO_LISTEN; in main() 579 * tcp connection to this port */ in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
H A D | multi.c | 362 * tcp connection to this port */ in smd_ss_multi_test() 378 info.port = CONTEXT_PORT_NO_LISTEN; in smd_ss_multi_test()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-async-dns/ |
H A D | main.c | 277 info.port = CONTEXT_PORT_NO_LISTEN; in main()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
H A D | main.c | 484 info.port = CONTEXT_PORT_NO_LISTEN; in main()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 122 info.port = CONTEXT_PORT_NO_LISTEN; in main()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_client.js | 260 port: this._port, 291 async connect(port, host) { 292 this._port = port; 311 port: this._port,
|
/third_party/nghttp2/src/ |
H A D | h2load.h | 119 uint16_t port; member
|
H A D | shrpx_worker.h | 92 // backend port. 0 if |host_unix| is true. 93 uint16_t port; member 456 // contain port. The |path| may contain query part. We require the
|
H A D | nghttpd.cc | 99 <PORT> Specify listening port number. in print_help() 445 config.port = n; in main()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 133 info.port = CONTEXT_PORT_NO_LISTEN; in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
H A D | minimal-secure-streams.c | 139 "\"port\":" "443," 166 "\"port\": 80," 392 "\"port\": 80" in app_system_state_nf() 398 * port doesn't have anything that will connect to us */ in app_system_state_nf() 404 "\"port\": 999" in app_system_state_nf() 532 info.port = CONTEXT_PORT_NO_LISTEN; in main() 539 * tcp connection to this port */ in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
H A D | minimal-secure-streams.c | 143 "\"port\":" "443," 160 "\"port\": 443," 189 "\"port\": 80," 476 "\"port\": 80" in app_system_state_nf() 482 * port doesn't have anything that will connect to us */ in app_system_state_nf() 488 "\"port\": 999" in app_system_state_nf() 633 info.port = CONTEXT_PORT_NO_LISTEN; in main() 640 * tcp connection to this port */ in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
H A D | minimal-secure-streams-testsfail.c | 179 "\"port\": 443," 202 "\"port\": 80," 211 "\"port\": 443," 222 "\"port\": 443," 243 "\"port\": 80," 252 "\"port\": 443," 263 "\"port\": 443," 284 "\"port\": 80," 293 "\"port\": 443," 304 "\"port\" [all...] |
/third_party/node/deps/uvwasi/include/ |
H A D | uvwasi.h | 61 int port; member
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 213 pa_device_port* port; member
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microspdy.h | 862 * Start a SPDY webserver on the given port.
864 * @param port to bind to. The value is ignored if address structure
880 SPDY_start_daemon (uint16_t port,
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | internal.h | 1191 * Listen port. 1193 uint16_t port; member
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arenastring.h | 42 #include <google/protobuf/port.h>
|
H A D | message_lite.h | 51 #include <google/protobuf/port.h>
|
H A D | unknown_field_set.h | 52 #include <google/protobuf/port.h>
|
/vendor/ohemu/qemu_small_system_demo/ |
H A D | qemu_run.sh | 51 be enabled, gpu enabled and waiting for VNC connection at port 5920.
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 823 napi_value port; in CoreGetPorts() local 824 napi_create_object(env, &port); in CoreGetPorts() 825 NapiUtil::SetValueInt32(env, "id", ports[i].id, port); in CoreGetPorts() 826 NapiUtil::SetValueInt32(env, "supportedModes", ports[i].supportedModes, port); in CoreGetPorts() 832 napi_set_named_property(env, port, "status", usbPortStatus); in CoreGetPorts() 833 napi_set_element(env, result, i, port); in CoreGetPorts() 1706 /* usb port */ in UsbInit()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1426 connOpt->socketOption.port = -1; in SetP2pConnInfo() 1433 connOpt->socketOption.port = (int32_t)connInfo->port; in SetP2pReusesConnInfo() 1445 connOpt->socketOption.port = (int32_t)connInfo->port; in SetWlanConnInfo() 1503 connOpt->socketOption.port = -1; in SetHmlConnectInfo()
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 3276 const port = '' + (authority.port !== '' ? 3277 authority.port : (authority.protocol === 'http:' ? 80 : 443)); 3295 socket = net.connect({ port, host, ...options }); 3298 socket = tls.connect(port, host, initializeTLSOptions(options, host)); 3307 session[kAuthority] = `${options.servername || host}:${port}`;
|