Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsocketmodule.c2994 sock_connect_impl(PySocketSockObject *s, void* Py_UNUSED(data)) in sock_connect_impl() function
3067 if (sock_call_ex(s, 1, sock_connect_impl, NULL, in internal_connect()
3073 if (sock_call_ex(s, 1, sock_connect_impl, NULL, in internal_connect()