Searched refs:doConnect (Results 1 - 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-net-connect-options-port.js | 63 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 D | dgram.js | 416 doConnect, 425 function doConnect(ex, self, ip, address, port, callback) { function
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 4577 cli_thread = threading.Thread(target=self.doConnect) 4584 def doConnect(self): member in InterruptedSendTimeoutTest
|
Completed in 12 milliseconds