Searched defs:WSACleanup (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c878 WSACleanup(void) function
883 idnLogPrintf(idn_log_level_trace, "stub WSACleanup() called\n");
887 if ((p = GetProcAddress(DLLHANDLE, "WSACleanup")) == NULL) {
888 FATAL("cannot find entry WSACleanup (%d)\n", GetLastError());
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c1980 WSACleanup(void) function
1985 idnLogPrintf(idn_log_level_trace, "stub WSACleanup() called\n");
1989 if ((p = GetProcAddress(DLLHANDLE, "WSACleanup")) == NULL) {
1990 FATAL("cannot find entry WSACleanup (%d)\n", GetLastError());

Completed in 15 milliseconds