Lines Matching refs:req
65 const req = new QueryReqWrap();
66 req.bindingName = bindingName;
67 req.callback = callback;
68 req.hostname = name;
69 req.oncomplete = onresolve;
70 req.ttl = !!(options && options.ttl);
71 const err = this._handle[bindingName](req, name);
74 startPerf(req, kPerfHooksDnsLookupResolveContext, {
79 ttl: req.ttl,
83 return req;