HomeSort by relevance Sort by last modified time
    Searched refs:INTERNET_PORT (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/win32/
winhttp.h 32 typedef WORD INTERNET_PORT;
33 typedef INTERNET_PORT *LPINTERNET_PORT;
124 INTERNET_PORT nPort;
199 HINTERNET WINAPI WinHttpConnect(HINTERNET,LPCWSTR,INTERNET_PORT,DWORD);
gwinhttpvfs.h 62 HINTERNET (WINAPI *pWinHttpConnect) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD);
gwinhttpvfs.c 55 funcs.pWinHttpConnect = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD)) GetProcAddress (winhttp, "WinHttpConnect");

Completed in 24 milliseconds