Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/backends/backend/
Dhp-scl.c99 HpConnect connect; member
157 hp_GetOpenDevice (const char *devname, HpConnect connect, int *pfd) in hp_GetOpenDevice()
180 hp_AddOpenDevice (const char *devname, HpConnect connect, int fd) in hp_AddOpenDevice()
253 hp_IsOpenFd (int fd, HpConnect connect) in hp_IsOpenFd()
273 hp_RemoveOpenFd (int fd, HpConnect connect) in hp_RemoveOpenFd()
296 hp_nonscsi_write (HpScsi this, hp_byte_t *data, size_t len, HpConnect connect) in hp_nonscsi_write()
336 hp_nonscsi_read (HpScsi this, hp_byte_t *data, size_t *len, HpConnect connect, in hp_nonscsi_read()
396 hp_nonscsi_open (const char *devname, int *fd, HpConnect connect) in hp_nonscsi_open()
467 hp_nonscsi_close (int fd, HpConnect connect) in hp_nonscsi_close()
494 sanei_hp_nonscsi_new (HpScsi * newp, const char * devname, HpConnect connect) in sanei_hp_nonscsi_new()
[all …]
/third_party/node/deps/undici/src/lib/
Dagent.js28 constructor ({ factory = defaultFactory, maxRedirections = 0, connect, ...options } = {}) { property
51 this[kOptions] = { ...util.deepClone(options), connect } field
Dpool.js30 connect, property
71 this[kOptions] = { ...util.deepClone(options), connect, allowH2 } property
Dproxy-agent.js84 this[kClient] = clientFactory(resolvedUrl, { connect }) field
87 connect: async (opts, callback) => { method
/third_party/typescript/tests/baselines/reference/
DexportEqualMemberMissing.js32 var connect = require("./exportEqualMemberMissing_0"); variable
DlocalAliasExportAssignment.js27 var connect = require("./localAliasExportAssignment_0"); variable
DexportEqualErrorType.js31 define(["require", "exports", "exportEqualErrorType_0"], function (require, exports, connect) { argument
DexportEqualCallable.js22 define(["require", "exports", "exportEqualCallable_0"], function (require, exports, connect) { argument
/third_party/musl/src/network/
Dconnect.c4 int connect(int fd, const struct sockaddr *addr, socklen_t len) in connect() function
/third_party/typescript/tests/cases/compiler/
DjsdocReferenceGlobalTypeInCommonJs.ts14 export function connect(name: string): void; function
DcircularlySimplifyingConditionalTypesNoCrash.ts34 declare var connect: Connect; variable
/third_party/node/test/parallel/
Dtest-http2-client-port-80.js12 const connect = net.connect; constant
Dtest-net-socket-end-callback.js11 const connect = (...args) => { function
Dtest-http2-client-promisify-connect.js17 const connect = util.promisify(http2.connect); constant
Dtest-net-socket-local-address.js27 function connect() { function
Dtest-gc-tls-external-memory.js28 function connect() { function
Dtest-net-connect-call-socket-connect.js25 Socket.prototype.connect = common.mustCall(function() { method in Socket
Dtest-http-client-immediate-error.js24 connect: common.mustCall((req, addr, port) => { property
Dtest-http-nodelay.js10 net.Socket.prototype.connect = common.mustCall(function(args) { method in net.Socket
/third_party/node/test/fixtures/
Dtls-connect.js45 exports.connect = function connect(options, callback) { function
/third_party/node/test/fixtures/wpt/resources/
Dchannel.sub.js147 connect: new Set(), property
162 async connect(onmessage) { method in anonymousFunctiona89e69210100.Channel
242 async connect() { method in anonymousFunctiona89e69210100.SendChannel
295 async connect() { method in anonymousFunctiona89e69210100.RecvChannel
393 async connect() { method in anonymousFunctiona89e69210100.RemoteGlobalCommandRecvChannel
542 async connect() { method in anonymousFunctiona89e69210100.RemoteGlobal
/third_party/node/lib/
Dhttp2.js17 connect, property
/third_party/pulseaudio/src/tests/
Dgtk-test.c35 static void connect(void) { in connect() function
/third_party/jerryscript/jerry-debugger/
Djerry_client_serial.py35 def connect(self): member in Serial
/third_party/node/doc/api/
Dnet.md877 #### `socket.connect(options[, connectListener])`
990 #### `socket.connect(path[, connectListener])`
1004 #### `socket.connect(port[, host][, connectListener])`
1378 ### `net.connect(options[, connectListener])`
1391 ### `net.connect(path[, connectListener])`
1404 ### `net.connect(port[, host][, connectListener])`

123456