Home
last modified time | relevance | path

Searched refs:port (Results 1176 - 1200 of 2261) sorted by relevance

1...<<41424344454647484950>>...91

/third_party/node/test/parallel/
H A Dtest-http-addrequest-localaddress.js30 port: 8080,
H A Dtest-http-chunked-smuggling.js19 const sock = net.connect(server.address().port);
H A Dtest-http-client-request-options.js19 const { address, port } = server.address();
20 const url = new URL(`http://${address}:${port}/ping?q=term`);
H A Dtest-http-request-smuggling-content-length.js16 const sock = net.connect(server.address().port);
H A Dtest-http-status-message.js39 this.address().port,
H A Dtest-http-url.parse-basic.js38 `${testURL.hostname}:${testURL.port}`);
50 testURL = url.parse(`http://localhost:${this.address().port}`);
H A Dtest-http-url.parse-post.js37 `${testURL.hostname}:${testURL.port}`);
49 testURL = url.parse(`http://localhost:${this.address().port}/asdf?qwer=zxcv`);
H A Dtest-https-agent-getname.js27 port: 443,
H A Dtest-net-connect-memleak.js43 server.address().port,
H A Dtest-net-persistent-nodelay.js31 sock1.connect(this.address().port);
H A Dtest-net-socket-local-address.js37 client.connect(server.address().port, common.localhostIPv4, () => {
H A Dtest-net-sync-cork.js13 const conn = net.connect(this.address().port);
H A Dtest-tls-alert.js46 '-connect', `127.0.0.1:${server.address().port}`];
H A Dtest-tls-connect-memleak.js50 server.address().port,
H A Dtest-tls-junk-closes-server.js40 const c = net.createConnection(this.address().port);
H A Dtest-tls-no-rsa-key.js39 const c = tls.connect(this.address().port, {
H A Dtest-tls-retain-handle-no-abort.js37 c.connect(this.address().port, function() {
/third_party/node/test/fixtures/
H A DGH-892-request.js35 port: PORT,
/third_party/node/benchmark/http/
H A Dupgrade.js44 const conn = net.createConnection(address.port);
/third_party/pulseaudio/src/modules/rtp/
H A Dsdp.h44 char *pa_sdp_build(int af, const void *src, const void *dst, const char *name, uint16_t port, uint8_t payload, const pa_sample_spec *ss, bool enable_opus);
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.h38 * Start a SPDDY webserver on the given port.
40 * @param port port to bind to
61 SPDYF_start_daemon_va (uint16_t port,
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_names.h42 #include <google/protobuf/port.h>
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmacros.h34 #include <google/protobuf/stubs/port.h>
/third_party/skia/experimental/wasm-skp-debugger/
H A Dkarma.conf.js31 // web server port
32 port: 4444,
/third_party/skia/modules/canvaskit/
H A Dkarma.conf.js32 // web server port
33 port: 4444,

Completed in 5 milliseconds

1...<<41424344454647484950>>...91