Home
last modified time | relevance | path

Searched refs:errno_func (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_ssl.c121 typedef int *(__stdcall *errno_func)(void); in _PySSLFixErrno() typedef
122 errno_func ssl_errno = (errno_func)GetProcAddress(ucrtbase, "_errno"); in _PySSLFixErrno()