Home
last modified time | relevance | path

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

/third_party/node/test/async-hooks/
Dtest-getaddrinforeqwrap.js16 dns.lookup('www.google.com', 4, common.mustCall(onlookup));
17 function onlookup() { function
/third_party/node/lib/
Ddns.js106 function onlookup(err, addresses) { function
220 req.oncomplete = all ? onlookupall : onlookup;
/third_party/node/lib/internal/dns/
Dpromises.js81 function onlookup(err, addresses) { function
137 req.oncomplete = all ? onlookupall : onlookup;