Searched refs:INTERNET_INVALID_PORT_NUMBER (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 36 #define INTERNET_INVALID_PORT_NUMBER 0 macro 567 INTERNET_INVALID_PORT_NUMBER,\
|
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 613 hic=InternetConnectA(hi, test->host, INTERNET_INVALID_PORT_NUMBER, in InternetReadFile_test() 980 hic=InternetConnectA(hi, "test.winehq.org", INTERNET_INVALID_PORT_NUMBER, in InternetReadFile_chunked_test() 1108 hic=InternetConnectA(hi, "test.winehq.org", INTERNET_INVALID_PORT_NUMBER, in InternetReadFileExA_test() 7736 …etest_conn = InternetConnectA(closetest_session, "source.winehq.org", INTERNET_INVALID_PORT_NUMBER, in test_InternetCloseHandle() 7799 connect = InternetConnectA(session, "test.winehq.org", INTERNET_INVALID_PORT_NUMBER, NULL, NULL, in test_default_service_port() 7822 connect = InternetConnectA(session, "test.winehq.org", INTERNET_INVALID_PORT_NUMBER, NULL, NULL, in test_default_service_port() 7846 connect = InternetConnectA(session, "test.winehq.org", INTERNET_INVALID_PORT_NUMBER, NULL, NULL, in test_default_service_port()
|
/reactos/dll/win32/wininet/ |
H A D | internet.c | 1709 lpUC->nPort = INTERNET_INVALID_PORT_NUMBER; in InternetCrackUrlW() 4185 if (nPort == INTERNET_INVALID_PORT_NUMBER) in url_uses_default_port()
|
H A D | ftp.c | 2459 if (nServerPort == INTERNET_INVALID_PORT_NUMBER) in FTP_Connect()
|
H A D | http.c | 3392 if (port == INTERNET_INVALID_PORT_NUMBER) in HTTP_HttpOpenRequestW()
|