Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c226 PY_SSL_ERROR_EOF, /* special case of SSL_ERROR_SYSCALL */ enumerator
517 p = PY_SSL_ERROR_EOF; in PySSL_SetError()
4258 PY_SSL_ERROR_EOF); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c303 PY_SSL_ERROR_EOF, /* special case of SSL_ERROR_SYSCALL */ enumerator
751 p = PY_SSL_ERROR_EOF; in PySSL_SetError()
5836 PY_SSL_ERROR_EOF); in PyInit__ssl()