Lines Matching refs:reject
82 this.reject(dnsException(err, 'getaddrinfo', this.hostname));
95 this.reject(dnsException(err, 'getaddrinfo', this.hostname));
130 return new Promise((resolve, reject) => {
151 req.reject = reject;
156 reject(dnsException(err, 'getaddrinfo', hostname));
223 this.reject(dnsException(err, 'getnameinfo', this.host));
234 return new Promise((resolve, reject) => {
241 req.reject = reject;
246 reject(dnsException(err, 'getnameinfo', hostname));
275 this.reject(dnsException(err, this.bindingName, this.hostname));
290 return new Promise((resolve, reject) => {
297 req.reject = reject;
303 reject(dnsException(err, bindingName, hostname));