Home
last modified time | relevance | path

Searched defs:createSocket (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-agent-close.js8 agent.createSocket = function(req, options, cb) { function in agent
Dtest-wrap-js-stream-destroy.js26 function createSocket() { function
/third_party/node/lib/
D_http_agent.js310 Agent.prototype.createSocket = function createSocket(req, options, cb) { method in Agent
Ddgram.js163 function createSocket(type, listener) { function
1080 createSocket, property
/third_party/node/test/fixtures/wpt/resources/
Dchannel.sub.js55 function createSocket() { function
/third_party/node/lib/internal/
Dchild_process.js328 function createSocket(pipe, readable) { function
/third_party/python/Lib/logging/
Dhandlers.py580 def createSocket(self): member in SocketHandler