Home
last modified time | relevance | path

Searched refs:port (Results 526 - 550 of 2080) sorted by relevance

1...<<21222324252627282930>>...84

/third_party/node/test/parallel/
H A Dtest-tls-peer-certificate-multi-keys.js51 port: this.address().port,
H A Dtest-tls-peer-certificate-encoding.js43 port: this.address().port,
H A Dtest-tls-request-timeout.js48 port: this.address().port,
H A Dtest-tls-secure-session.js29 port: server.address().port,
H A Dtest-tls-server-connection-server.js20 port: this.address().port,
H A Dtest-tls-timeout-server-2.js47 port: this.address().port,
H A Dtest-tls-timeout-server.js46 net.connect({ host: '127.0.0.1', port: this.address().port });
H A Dtest-tls-tlswrap-segfault.js23 port: this.address().port,
/third_party/node/test/pummel/
H A Dtest-https-no-reader.js49 port: server.address().port,
/third_party/node/test/sequential/
H A Dtest-tls-lookup.js12 port: common.PORT,
29 port: common.PORT,
/third_party/node/test/async-hooks/
H A Dtest-async-local-storage-tlssocket.js29 const client = tls.connect({ port: this.address().port, ...options });
/third_party/node/benchmark/http2/
H A Dwrite.js32 port: server.address().port,
/third_party/node/benchmark/http/
H A Dsimple.js24 port: server.address().port,
H A Dincoming_headers.js38 port: server.address().port,
H A Dheaders.js35 port: server.address().port,
H A Dcluster.js16 const port = parseInt(process.env.PORT || PORT);
17 require('../fixtures/simple-http-server.js').listen(port);
H A Dset-header.js28 port: server.address().port,
H A Dchunked.js39 port: server.address().port,
/third_party/libwebsockets/lib/tls/
H A Dtls-sessions.c29 uint16_t port, char *buf, size_t len) in lws_tls_session_tag_discrete()
37 lws_snprintf(buf, len, "%s_%s_%u", vhname, host, port); in lws_tls_session_tag_discrete()
28 lws_tls_session_tag_discrete(const char *vhname, const char *host, uint16_t port, char *buf, size_t len) lws_tls_session_tag_discrete() argument
/third_party/lwip/src/include/lwip/distributed_net/
H A Ddistributed_net.h54 #define INIT_SOCK_ADDR(addr, ip_string, port) \
57 (addr)->sin_port = lwip_htons(port); \
/third_party/python/Tools/wasm/
H A Dwasm_webserver.py9 "--port", type=int, default=8000, help="port for the http server to listen on"
41 port=args.port,
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
H A DServiceStarter.java43 final int port = getIntent().getIntExtra("port", ExecService.DEFAULT_PORT); in onStart()
47 svc.putExtra("port", port); in onStart()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_daemon_start_stop_many.c21 * @brief starts and stops several SPDY daemons, reusing port numbers
36 int port = get_port(15123); in main() local
45 daemon[j] = SPDY_start_daemon(port + j, in main()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.h24 /// Connects to the given TCP address and port.
26 /// @param port the target socket port
32 const char* port,
35 /// Begins listening for connections on the given TCP address and port.
40 /// @param port the socket port to listen on
42 static std::shared_ptr<Socket> Listen(const char* address, const char* port);
65 /// Blocks for a connection to be made to the listening port, or for the
/third_party/typescript/tests/baselines/reference/
H A DdeclarationMaps.js8 listen: (port: number) => void;
34 listen: (port: number) => void;

Completed in 7 milliseconds

1...<<21222324252627282930>>...84