Searched refs:errno_func (Results 1 – 1 of 1) sorted by relevance
121 typedef int *(__stdcall *errno_func)(void); in _PySSLFixErrno() typedef122 errno_func ssl_errno = (errno_func)GetProcAddress(ucrtbase, "_errno"); in _PySSLFixErrno()