Home
last modified time | relevance | path

Searched refs:hKey_Interfaces (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_init.c764 HKEY hKey_Interfaces = NULL; in get_DNS_Registry_NT() local
795 &hKey_Interfaces); in get_DNS_Registry_NT()
798 hKey_Interfaces = NULL; in get_DNS_Registry_NT()
803 gotString = get_enum_REG_SZ(hKey_Interfaces, NAMESERVER, outptr); in get_DNS_Registry_NT()
808 gotString = get_enum_REG_SZ(hKey_Interfaces, DHCPNAMESERVER, outptr); in get_DNS_Registry_NT()
811 if (hKey_Interfaces) in get_DNS_Registry_NT()
812 RegCloseKey(hKey_Interfaces); in get_DNS_Registry_NT()