Searched refs:dns_ (Results 1 – 2 of 2) sorted by relevance
228 closing_(false), close_error_(0), sink_(NULL), dns_(NULL) { in Win32Socket()347 dns_ = dns; in Connect()498 if (dns_) { in Close()499 WSACancelAsyncRequest(dns_->handle); in Close()500 delete dns_; in Close()501 dns_ = NULL; in Close()676 if (!dns_ || dns_->handle != task) in OnDnsNotify()681 hostent* pHost = reinterpret_cast<hostent*>(dns_->buffer); in OnDnsNotify()690 SocketAddress address(ip, dns_->port); in OnDnsNotify()700 delete dns_; in OnDnsNotify()[all …]
84 DnsLookup * dns_; variable