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