Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsocketmodule.c804 sock_call_ex(PySocketSockObject *s, in sock_call_ex() function
936 return sock_call_ex(s, writing, func, data, 0, NULL, s->sock_timeout); in sock_call()
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()
4018 if (sock_call_ex(s, 1, sock_send_impl, &ctx, 0, NULL, interval) < 0) in sock_sendall()