Home
last modified time | relevance | path

Searched refs:ucrtbase (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_ssl.c92 HMODULE ucrtbase = GetModuleHandleW(L"ucrtbase.dll"); in _PySSLFixErrno() local
93 if (!ucrtbase) { in _PySSLFixErrno()
94 /* If ucrtbase.dll is not loaded but the SSL DLLs are, we likely in _PySSLFixErrno()
101 errno_func ssl_errno = (errno_func)GetProcAddress(ucrtbase, "_errno"); in _PySSLFixErrno()

Completed in 8 milliseconds