Searched refs:idn_domain (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 7549 static const WCHAR idn_domain[] = in test_GetAddrInfoW() local 7762 trace("Testing unicode IDN %s\n", wine_dbgstr_w(idn_domain)); in test_GetAddrInfoW() 7764 ret = pGetAddrInfoW(idn_domain, NULL, NULL, &result2); in test_GetAddrInfoW() 7782 ret = pGetAddrInfoW(idn_domain, NULL, &hint, &result2); in test_GetAddrInfoW() 7798 ret = pGetAddrInfoW(idn_domain, NULL, &hint, &result2); in test_GetAddrInfoW() 7811 ret = pGetAddrInfoW(idn_domain, NULL, &hint, &result2); in test_GetAddrInfoW()
|