Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c24 #define PySSL_BEGIN_ALLOW_THREADS_S(save) \ macro
30 PySSL_BEGIN_ALLOW_THREADS_S(_save);
32 #define PySSL_UNBLOCK_THREADS PySSL_BEGIN_ALLOW_THREADS_S(_save);
37 #define PySSL_BEGIN_ALLOW_THREADS_S(save) macro
2712 PySSL_BEGIN_ALLOW_THREADS_S(pw_info->thread_state); in _password_callback()
2718 PySSL_BEGIN_ALLOW_THREADS_S(pw_info->thread_state); in _password_callback()
2768 PySSL_BEGIN_ALLOW_THREADS_S(pw_info.thread_state); in load_cert_chain()
2785 PySSL_BEGIN_ALLOW_THREADS_S(pw_info.thread_state); in load_cert_chain()
2804 PySSL_BEGIN_ALLOW_THREADS_S(pw_info.thread_state); in load_cert_chain()
/external/python/cpython3/Modules/
D_ssl.c26 #define PySSL_BEGIN_ALLOW_THREADS_S(save) \ macro
32 PySSL_BEGIN_ALLOW_THREADS_S(_save);
34 #define PySSL_UNBLOCK_THREADS PySSL_BEGIN_ALLOW_THREADS_S(_save);
3756 PySSL_BEGIN_ALLOW_THREADS_S(pw_info->thread_state); in _password_callback()
3762 PySSL_BEGIN_ALLOW_THREADS_S(pw_info->thread_state); in _password_callback()
3810 PySSL_BEGIN_ALLOW_THREADS_S(pw_info.thread_state); in _ssl__SSLContext_load_cert_chain_impl()
3828 PySSL_BEGIN_ALLOW_THREADS_S(pw_info.thread_state); in _ssl__SSLContext_load_cert_chain_impl()
3849 PySSL_BEGIN_ALLOW_THREADS_S(pw_info.thread_state); in _ssl__SSLContext_load_cert_chain_impl()