Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinhttp.h38 typedef WORD INTERNET_PORT; typedef
39 typedef INTERNET_PORT *LPINTERNET_PORT;
471 INTERNET_PORT nPort;
562 HINTERNET WINAPI WinHttpConnect(HINTERNET,LPCWSTR,INTERNET_PORT,DWORD);
Dwininet.h32 typedef WORD INTERNET_PORT; typedef
33 typedef INTERNET_PORT *LPINTERNET_PORT;
240 INTERNET_PORT nPort;
258 INTERNET_PORT nPort;
373 …INTERNETAPI_(HINTERNET) InternetConnectA(HINTERNET hInternet,LPCSTR lpszServerName,INTERNET_PORT n…
374 …INTERNETAPI_(HINTERNET) InternetConnectW(HINTERNET hInternet,LPCWSTR lpszServerName,INTERNET_PORT
932 …BOOLAPI GopherCreateLocatorA(LPCSTR lpszHost,INTERNET_PORT nServerPort,LPCSTR lpszDisplayString,LP…
933 …BOOLAPI GopherCreateLocatorW(LPCWSTR lpszHost,INTERNET_PORT nServerPort,LPCWSTR lpszDisplayString,…
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dwininet_client.cc147 static_cast<INTERNET_PORT>(port), in Connect()
H A Dwinhttp_client.cc149 static_cast<INTERNET_PORT>(port), in Connect()