/third_party/node/test/parallel/ |
H A D | test-process-getactiveresources-track-active-handles.js | 18 net.connect(server.address().port, function connected() {
|
H A D | test-process-getactivehandles.js | 18 net.connect(server.address().port, function connected() {
|
H A D | test-tls-close-event-after-write.js | 34 tls.connect(this.address().port, {
|
H A D | test-tls-delayed-attach.js | 63 const c = tls.connect(server.address().port, {
|
H A D | test-tls-ecdh-auto.js | 37 '-connect', `127.0.0.1:${server.address().port}`];
|
H A D | test-tls-ecdh.js | 53 options.ciphers} -connect 127.0.0.1:${this.address().port}`;
|
H A D | test-tls-hello-parser-failure.js | 48 const client = net.connect(this.address().port, common.mustCall(function() {
|
/third_party/node/test/async-hooks/ |
H A D | test-graph.shutdown.js | 19 net.connect(server.address().port, common.mustCall(onconnected));
|
/third_party/nghttp2/third-party/url-parser/ |
H A D | url_parser.h | 71 * because we probably have padding left over), we convert any port to 76 uint16_t port; /* Converted UF_PORT string */ member
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
H A D | main.c | 34 info.port = CONTEXT_PORT_NO_LISTEN; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/ |
H A D | minimal-http-server.c | 69 info.port = 7681; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/ |
H A D | minimal-http-server-basicauth.c | 96 info.port = 7681; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/ |
H A D | minimal-http-server-mimetypes.c | 76 info.port = 7681; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/ |
H A D | minimal-ws-broker.c | 79 info.port = 7681; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/ |
H A D | minimal-ws-server-ring.c | 79 info.port = 7681; in main()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsTcpServer.hpp | 41 TcpServer (deSocketFamily family, int port);
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.h | 32 uint16_t port,
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_enum_reflection.h | 45 #include <google/protobuf/port.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_das.h | 45 int port; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_das.h | 45 int port; member
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 474 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [host:port]\n"}, 492 {"port", OPT_PORT, 'p', "Use -connect instead"}, 693 {"host:port", 0, 0, "Where to connect; same as -connect option"}, 807 char *port = NULL; in s_client_main() local 906 port = OPENSSL_strdup(PORT); in s_client_main() 910 if (port == NULL || vpm == NULL || cctx == NULL) { in s_client_main() 977 freeandcopy(&port, opt_arg()); in s_client_main() 1513 char *tmp_host = host, *tmp_port = port; in s_client_main() 1515 res = BIO_parse_hostserv(connectstr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main() 1518 if (tmp_port != port) in s_client_main() [all...] |
/third_party/openssl/apps/ |
H A D | s_client.c | 474 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [host:port]\n"}, 492 {"port", OPT_PORT, 'p', "Use -connect instead"}, 693 {"host:port", 0, 0, "Where to connect; same as -connect option"}, 807 char *port = NULL; in s_client_main() local 906 port = OPENSSL_strdup(PORT); in s_client_main() 910 if (port == NULL || vpm == NULL || cctx == NULL) { in s_client_main() 977 freeandcopy(&port, opt_arg()); in s_client_main() 1513 char *tmp_host = host, *tmp_port = port; in s_client_main() 1515 res = BIO_parse_hostserv(connectstr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main() 1518 if (tmp_port != port) in s_client_main() [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 51 #include "gtest/internal/gtest-port.h" 1060 // Streams test results to the given port on the given host machine. 1081 SocketWriter(const std::string& host, const std::string& port) in SocketWriter() argument 1082 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter() 1126 StreamingListener(const std::string& host, const std::string& port) in StreamingListener() argument 1127 : socket_writer_(new SocketWriter(host, port)) { in StreamingListener()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | adopt.c | 687 * Ignore the weak assumptions about protocol driven by port in lws_create_adopt_udp2() 793 lws_create_adopt_udp(struct lws_vhost *vhost, const char *ads, int port, in lws_create_adopt_udp() argument 802 lwsl_info("%s: %s:%u\n", __func__, ads ? ads : "null", port); in lws_create_adopt_udp() 824 wsi->c_port = (uint16_t)(unsigned int)port; in lws_create_adopt_udp() 847 lws_snprintf(buf, sizeof(buf), "%u", port); in lws_create_adopt_udp()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-internal-inl.h | 51 #include "gtest/internal/gtest-port.h" 1061 // Streams test results to the given port on the given host machine. 1082 SocketWriter(const std::string& host, const std::string& port) in SocketWriter() argument 1083 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter() 1127 StreamingListener(const std::string& host, const std::string& port) in StreamingListener() argument 1128 : socket_writer_(new SocketWriter(host, port)) { in StreamingListener()
|