Searched refs:WSAStartup (Results 1 - 5 of 5) sorted by relevance
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | os_windows.hpp | 149 static BOOL WSAStartup(WORD, LPWSADATA);
|
H A D | os_windows.cpp | 4946 if (os::WinSock2Dll::WSAStartup(MAKEWORD(1,1), &wsadata) != 0) { 5263 inline BOOL os::WinSock2Dll::WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData) { function in class:os::WinSock2Dll 5264 return ::WSAStartup(wVersionRequested, lpWSAData); 5456 _WSAStartup = (WSAStartup_Fn)::GetProcAddress(handle, "WSAStartup"); 5464 BOOL os::WinSock2Dll::WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData) { function in class:os::WinSock2Dll
|
/openjdk7/jdk/src/windows/demo/jvmti/hprof/ |
H A D | hprof_md.c | 233 nError = WSAStartup(MAKEWORD(2,0), &wsaData);
|
/openjdk7/jdk/src/windows/transport/socket/ |
H A D | socket_md.c | 81 { WSANOTINITIALISED, "Successful WSAStartup not yet performed" }, 102 if (WSAStartup(MAKEWORD(2,2), &wsadata) != 0) {
|
/openjdk7/jdk/src/windows/native/java/net/ |
H A D | net_util_md.c | 93 { WSANOTINITIALISED, 0, "Successful WSAStartup not yet performed" }, 113 if (WSAStartup(MAKEWORD(2,2), &wsadata) != 0) {
|
Completed in 46 milliseconds