Home
last modified time | relevance | path

Searched defs:server1 (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-bind-twice.js27 const server1 = net.createServer(common.mustNotCall()); constant
Dtest-http-bind-twice.js27 const server1 = http.createServer(common.mustNotCall()); constant
Dtest-net-server-try-ports.js29 const server1 = net.Server(); constant
Dtest-net-client-bind-twice.js9 const server1 = net.createServer(common.mustNotCall()); constant
Dtest-net-eaddrinuse.js27 const server1 = net.createServer(function(socket) { constant
Dtest-http2-invalidheaderfields-client.js7 const server1 = http2.createServer(); constant
Dtest-net-server-pause-on-connect.js45 const server1 = net.createServer({ pauseOnConnect: true }, server1ConnHandler); constant
Dtest-net-server-listen-path.js76 const server1 = net.createServer().listen({ path: handlePath }, () => { constant
Dtest-https-strict.js82 const server1 = server(options1); constant
/third_party/node/test/sequential/
Dtest-net-listen-shared-ports.js42 const server1 = 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/node/test/cctest/
Dtest_inspector_socket_server.cc492 ServerHolder server1(false, &loop, 0); in TEST_F() local