Home
last modified time | relevance | path

Searched defs:server2 (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-server-try-ports.js31 const server2 = net.Server(); constant
Dtest-net-client-bind-twice.js11 const server2 = net.createServer(common.mustNotCall()); constant
Dtest-net-eaddrinuse.js29 const server2 = net.createServer(function(socket) { constant
Dtest-http2-invalidheaderfields-client.js23 const server2 = http2.createServer(common.mustCall((req, res) => { constant
Dtest-net-server-pause-on-connect.js59 const server2 = net.createServer({ pauseOnConnect: false }, server2ConnHandler); constant
Dtest-net-server-listen-path.js79 const server2 = net.createServer() constant
Dtest-https-strict.js83 const server2 = server(options2); constant
/third_party/node/test/sequential/
Dtest-net-listen-shared-ports.js43 const server2 = net.createServer(common.mustNotCall()); constant
/third_party/libuv/test/
Dtest-tcp-bind6-error.c39 uv_tcp_t server1, server2; in TEST_IMPL() local
Dtest-pipe-bind-error.c46 uv_pipe_t server1, server2; in TEST_IMPL() local
Dtest-tcp-bind-error.c82 uv_tcp_t server1, server2; in TEST_IMPL() local
/third_party/openssl/test/helpers/
Dssl_test_ctx.h139 SSL_TEST_SERVER_CONF server2; member
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc494 ServerHolder server2(false, &loop, server1.port()); in TEST_F() local