Home | History | Annotate | Download | only in proxy

Lines Matching defs:ok

89     bool ok = MyIpAddressImpl(first_ip_address);
94 return ok;
103 bool ok = MyIpAddressExImpl(ip_address_list);
108 return ok;
118 bool ok = DnsResolveImpl(host, first_ip_address);
123 return ok;
133 bool ok = DnsResolveExImpl(host, ip_address_list);
138 return ok;
187 if (result != OK)
206 if (result != OK)
245 if (entry->error == OK)