| /third_party/musl/porting/liteos_a/user/src/network/ |
| D | socket.c | 27 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/ |
| D | test-net-bytes-read.js | 9 const handler = common.mustCall((socket) => { constant 44 const socket = net.connect(server.address().port, onConnect); constant
|
| D | test-tls-net-connect-prefer-path.js | 23 const handler = (socket) => { function
|
| /third_party/vk-gl-cts/execserver/ |
| D | xsExecutionServer.cpp | 127 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/ |
| D | request.js | 68 }, handler) { argument 293 onUpgrade (statusCode, headers, socket) { argument 351 static [kHTTP1BuildRequest] (origin, opts, handler) { argument 357 static [kHTTP2BuildRequest] (origin, opts, handler) { argument
|
| D | util.js | 294 function validateHandler (handler, method, upgrade) { argument 359 function getSocketInfo (socket) { argument
|
| /third_party/node/deps/undici/src/lib/ |
| D | client.js | 358 [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/ |
| D | RedirectHandler.js | 27 constructor (dispatch, maxRedirections, opts, handler) { argument 81 onUpgrade (statusCode, headers, socket) { argument
|
| /third_party/node/lib/internal/http2/ |
| D | core.js | 1013 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/ |
| D | undici.js | 271 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/ |
| D | test_nntplib.py | 385 def __init__(self, handler): argument 424 def make_mock_file(handler): argument 1517 def makefile(socket, mode): argument
|