Home
last modified time | relevance | path

Searched refs:doConnect (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-net-connect-options-port.js63 const hintOptBlocks = doConnect([{ port: 42, hints }],
89 // Total connections = 3 * 4(canConnect) * 6(doConnect) = 72
101 function doConnect(args, getCb) { function
139 const portArgFunctions = doConnect([{ port, family }],
146 const portHostArgFunctions = doConnect([{ port,
155 const portOptFunctions = doConnect([{ port, family }],
162 const portHostOptFunctions = doConnect([{ port: port,
178 const portArgFunctions = doConnect([{ port, family }], noop);
184 const portHostArgFunctions = doConnect([{ port, host: 'localhost', family }],
191 const portOptFunctions = doConnect([{ por
[all...]
/third_party/node/lib/
H A Ddgram.js416 doConnect,
425 function doConnect(ex, self, ip, address, port, callback) { function
/third_party/python/Lib/test/
H A Dtest_socket.py4577 cli_thread = threading.Thread(target=self.doConnect)
4584 def doConnect(self): member in InterruptedSendTimeoutTest

Completed in 12 milliseconds