Lines Matching refs:doConnect
63 const hintOptBlocks = doConnect([{ port: 42, hints }],
89 // Total connections = 3 * 4(canConnect) * 6(doConnect) = 72
101 function doConnect(args, getCb) {
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([{ port, family }], noop);
197 const portHostOptFns = doConnect([{ port, host: 'localhost', family }],
213 const portArgFunctions = doConnect([{ port, family }], dont);
219 const portOptFunctions = doConnect([{ port, family }], dont);
225 const portHostOptFns = doConnect([{ port, host: 'localhost', family }],