/third_party/node/test/parallel/ |
H A D | test-tls-peer-certificate-multi-keys.js | 51 port: this.address().port,
|
H A D | test-tls-peer-certificate-encoding.js | 43 port: this.address().port,
|
H A D | test-tls-request-timeout.js | 48 port: this.address().port,
|
H A D | test-tls-secure-session.js | 29 port: server.address().port,
|
H A D | test-tls-server-connection-server.js | 20 port: this.address().port,
|
H A D | test-tls-timeout-server-2.js | 47 port: this.address().port,
|
H A D | test-tls-timeout-server.js | 46 net.connect({ host: '127.0.0.1', port: this.address().port });
|
H A D | test-tls-tlswrap-segfault.js | 23 port: this.address().port,
|
/third_party/node/test/pummel/ |
H A D | test-https-no-reader.js | 49 port: server.address().port,
|
/third_party/node/test/sequential/ |
H A D | test-tls-lookup.js | 12 port: common.PORT, 29 port: common.PORT,
|
/third_party/node/test/async-hooks/ |
H A D | test-async-local-storage-tlssocket.js | 29 const client = tls.connect({ port: this.address().port, ...options });
|
/third_party/node/benchmark/http2/ |
H A D | write.js | 32 port: server.address().port,
|
/third_party/node/benchmark/http/ |
H A D | simple.js | 24 port: server.address().port,
|
H A D | incoming_headers.js | 38 port: server.address().port,
|
H A D | headers.js | 35 port: server.address().port,
|
H A D | cluster.js | 16 const port = parseInt(process.env.PORT || PORT); 17 require('../fixtures/simple-http-server.js').listen(port);
|
H A D | set-header.js | 28 port: server.address().port,
|
H A D | chunked.js | 39 port: server.address().port,
|
/third_party/libwebsockets/lib/tls/ |
H A D | tls-sessions.c | 29 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 D | distributed_net.h | 54 #define INIT_SOCK_ADDR(addr, ip_string, port) \ 57 (addr)->sin_port = lwip_htons(port); \
|
/third_party/python/Tools/wasm/ |
H A D | wasm_webserver.py | 9 "--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 D | ServiceStarter.java | 43 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 D | test_daemon_start_stop_many.c | 21 * @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 D | socket.h | 24 /// 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 D | declarationMaps.js | 8 listen: (port: number) => void; 34 listen: (port: number) => void;
|