Home
last modified time | relevance | path

Searched +defs:get +defs:port (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/lib/
Ddgram.js273 port: null, property
341 port: port, property
371 Socket.prototype.connect = function(port, address, callback) { argument
389 this.bind({ port: 0, exclusive: true }, null); property
401 function _connect(port, address, callback) { argument
418 function doConnect(ex, self, ip, address, port, callback) { argument
464 port, argument
576 port, argument
646 this.bind({ port: 0, exclusive: true }, null); property
674 function doSend(ex, self, ip, list, address, port, callback) { argument
[all …]
Dnet.js536 get: function() { method
542 get() { method
550 get: function() { method
566 get: function() { method
574 get: function() { method
723 get: callback property
857 function checkBindError(err, port, handle) { argument
879 self, address, port, addressType, localAddress, localPort, flags) { argument
1196 get: deprecate(() => { property
1226 function createServerHandle(address, port, addressType, fd, flags) { argument
[all …]
Dhttps.js112 function createConnection(port, host, options) { argument
403 function get(input, options, cb) { function
Ddns.js175 function lookupService(address, port, callback) { argument
333 get() { method
/third_party/node/lib/internal/
Durl.js120 function serializeTupleOrigin(scheme, host, port) { argument
251 host, port, path, query, fragment) { argument
274 host, port, path, query, fragment) { argument
286 host, port, path, query, fragment) { argument
298 host, port, path, query, fragment) { argument
303 host, port, path, query, fragment) { argument
310 host, port, path, query, fragment) { argument
328 host, port, path, query, fragment) { argument
333 host, port, path, query, fragment) { argument
462 get() { method
[all …]
Derrors.js229 get() { method
240 get() { method
257 get() { method
272 get() { method
484 function uvExceptionWithHostPort(err, syscall, address, port) { argument
557 function exceptionWithHostPort(err, syscall, address, port, additional) { argument
1007 E('ERR_INVALID_ADDRESS_FAMILY', function(addressType, host, port) { argument
/third_party/node/lib/internal/main/
Dworker_thread.js81 const port = getEnvMessagePort(); constant
90 get: workerThreadSetup.unavailable('process.channel') property
95 get: workerThreadSetup.unavailable('process.connected') property
/third_party/node/test/parallel/
Dtest-http-agent-maxsockets-respected.js28 function get(path, callback) { function
32 port: server.address().port, property
Dtest-http-agent-maxsockets.js20 function get(path, callback) { function
23 port: server.address().port, property
Dtest-http-agent-keepalive.js49 function get(path, callback) { function
52 port: server.address().port, property
Dtest-dns.js54 get: () => { method
309 const portErr = (port) => { argument
392 server.on('message', common.mustCall((msg, { address, port }) => { field
/third_party/toybox/toys/net/
Dftpget.c94 int rc, ii = 1, port = 0; in ftpget_main() local
126 int get = !(toys.optflags&FLAG_s), cnt = toys.optflags&FLAG_c; in ftpget_main() local
/third_party/node/deps/npm/test/tap/
Durl-dependencies.js21 'get': { property
47 mr({ port: common.port, mocks: mockRoutes }, function (er, s) { property
Dshrinkwrap-optional-dependency.js17 get: { property
22 mr({port: common.port, mocks: mocks}, function (er, s) { property
Dupdate-examples.js57 'get': { property
149 mr({ port: common.port, mocks: registryMocks }, function (er, server) { property
/third_party/node/deps/npm/test/need-npm5-update/
Dpeer-deps-without-package-json.js44 'get': { property
48 mr({port: common.port, mocks: customMocks}, function (err, s) { property
Dignore-shrinkwrap.js16 'get': { property
55 mr({ port: common.port, mocks: customMocks }, function (err, s) { property
85 mr({ port: common.port, mocks: customMocks }, function (err, s) { property
Dpeer-deps-invalid.js67 'get': { property
72 mr({port: common.port, mocks: customMocks}, function (err, s) { property
/third_party/node/deps/npm/test/
Dfake-registry.js75 _findPort (port) { argument
127 get (url) { method in FakeRegistry
/third_party/node/lib/internal/debugger/
Dinspect.js54 async function portIsFree(host, port, timeout = 9999) { argument
124 get(target, name) { method
/third_party/python/Lib/logging/
Dconfig.py329 def get(self, key, default=None): member in ConvertingDict
813 def listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None): argument
886 def __init__(self, host='localhost', port=DEFAULT_LOGGING_CONFIG_PORT, argument
912 def __init__(self, rcvr, hdlr, port, verify): argument
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs778 unsafe fn get(sun: &'a libc::sockaddr_un, sun_len: u8) -> Self { in get() method
1278 pub const fn port(&self) -> u16 { in port() method
1317 let port = u16::from_be(self.0.sin_port); in fmt() localVariable
1392 pub const fn port(&self) -> u16 { in port() method
2940 pub fn port(&self) -> u32 { in port() method
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_mbuf.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() function
150 pub port: u8, field
Dlayout_mbuf_1_0.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() function
197 pub port: u8, field
/third_party/node/lib/internal/http2/
Dcore.js827 get(session, prop) { method
958 get(obj, prop, receiver) { method
3208 socket = net.connect({ port, host, ...options }); property

12