Home
last modified time | relevance | path

Searched +defs:socket +defs:handler (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Dsocket.c27 void *handler = dlopen(LIB_NETSYS_CLIENT_NAME, RTLD_LAZY); in is_allow_internet() local
40 int socket(int domain, int type, int protocol) in socket() function
/third_party/node/test/parallel/
Dtest-net-bytes-read.js9 const handler = common.mustCall((socket) => { constant
44 const socket = net.connect(server.address().port, onConnect); constant
Dtest-tls-net-connect-prefer-path.js23 const handler = (socket) => { function
/third_party/vk-gl-cts/execserver/
DxsExecutionServer.cpp127 ConnectionHandler* ExecutionServer::createHandler (de::Socket* socket, const de::SocketAddress& cli… in createHandler()
133 void ExecutionServer::connectionDone (ConnectionHandler* handler) in connectionDone()
141 ExecutionRequestHandler::ExecutionRequestHandler (ExecutionServer* server, de::Socket* socket) in ExecutionRequestHandler()
/third_party/node/deps/undici/src/lib/core/
Drequest.js68 }, handler) { argument
293 onUpgrade (statusCode, headers, socket) { argument
351 static [kHTTP1BuildRequest] (origin, opts, handler) { argument
357 static [kHTTP2BuildRequest] (origin, opts, handler) { argument
Dutil.js294 function validateHandler (handler, method, upgrade) { argument
359 function getSocketInfo (socket) { argument
/third_party/node/deps/undici/src/lib/
Dclient.js358 [kDispatch] (opts, handler) { argument
567 constructor (client, socket, { exports }) { argument
1287 socket field
1604 channels.sendHeaders.publish({ request, headers: header, socket }) field
1630 …writeIterable({ body: body.stream(), client, request, socket, contentLength, header, expectsPayloa… property
1632 writeBlob({ body, client, request, socket, contentLength, header, expectsPayload }) property
1635 writeStream({ body, client, request, socket, contentLength, header, expectsPayload }) property
1637 writeIterable({ body, client, request, socket, contentLength, header, expectsPayload }) property
1866 socket: client[kSocket], property
1878 socket: client[kSocket] property
[all …]
/third_party/node/deps/undici/src/lib/handler/
DRedirectHandler.js27 constructor (dispatch, maxRedirections, opts, handler) { argument
81 onUpgrade (statusCode, headers, socket) { argument
/third_party/node/lib/internal/http2/
Dcore.js1013 function setupHandle(socket, type, options) { argument
1207 constructor(type, options, socket) { argument
1415 get socket() { getter in Http2Session
1618 constructor(options, socket, server) { argument
1722 constructor(options, socket) { argument
3034 function connectionListener(socket) { argument
3140 function onErrorSecureServerSession(err, socket) { argument
3326 function createSecureServer(options, handler) { argument
3330 function createServer(options, handler) { argument
/third_party/node/deps/undici/
Dundici.js271 constructor(message, socket) { argument
712 function validateHandler(handler, method, upgrade) { argument
758 function getSocketInfo(socket) { argument
6835 [kInterceptedDispatch](opts, handler) { argument
6847 dispatch(opts, handler) { argument
7086 [kDispatch](opts, handler) { argument
7090 this[kQueue].push({ opts, handler }); field
7267 }, handler) { argument
7441 onUpgrade(statusCode, headers, socket) { argument
7485 static [kHTTP1BuildRequest](origin, opts, handler) { argument
[all …]
/third_party/python/Lib/test/
Dtest_nntplib.py385 def __init__(self, handler): argument
424 def make_mock_file(handler): argument
1517 def makefile(socket, mode): argument