Searched defs:sock_sendall (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/asyncio/ | ||
D | proactor_events.py | 700 async def sock_sendall(self, sock, data): member in BaseProactorEventLoop |
D | selector_events.py | 433 async def sock_sendall(self, sock, data): member in BaseSelectorEventLoop |
D | events.py | 537 async def sock_sendall(self, sock, data): member in AbstractEventLoop |
/third_party/python/Modules/ | ||
D | socketmodule.c | 4171 sock_sendall(PySocketSockObject *s, PyObject *args) in sock_sendall() function |