Home
last modified time | relevance | path

Searched refs:onlookupall (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/dns/
Dpromises.js51 function onlookupall(err, addresses) { function
91 req.oncomplete = all ? onlookupall : onlookup;
/third_party/node/lib/
Ddns.js77 function onlookupall(err, addresses) { function
151 req.oncomplete = all ? onlookupall : onlookup;
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md2014 …https://github.com/nodejs/node/commit/3e4af49157)] - **test**: add dns.onlookupall() to increase c…