Home
last modified time | relevance | path

Searched defs:sock_sendall (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dproactor_events.py550 async def sock_sendall(self, sock, data): member in BaseProactorEventLoop
Dselector_events.py409 async def sock_sendall(self, sock, data): member in BaseSelectorEventLoop
Devents.py524 async def sock_sendall(self, sock, data): member in AbstractEventLoop
/external/python/cpython2/Modules/
Dsocketmodule.c2847 sock_sendall(PySocketSockObject *s, PyObject *args) function
/external/python/cpython3/Modules/
Dsocketmodule.c3975 sock_sendall(PySocketSockObject *s, PyObject *args) in sock_sendall() function