Searched refs:dns_ (Results 1 – 2 of 2) sorted by relevance
231 closing_(false), close_error_(0), sink_(NULL), dns_(NULL) { in Win32Socket()350 dns_ = dns; in Connect()501 if (dns_) { in Close()502 WSACancelAsyncRequest(dns_->handle); in Close()503 delete dns_; in Close()504 dns_ = NULL; in Close()679 if (!dns_ || dns_->handle != task) in OnDnsNotify()684 hostent* pHost = reinterpret_cast<hostent*>(dns_->buffer); in OnDnsNotify()693 SocketAddress address(ip, dns_->port); in OnDnsNotify()703 delete dns_; in OnDnsNotify()[all …]
84 DnsLookup * dns_; variable