Searched defs:sock_sendall (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Lib/asyncio/ | ||
| D | proactor_events.py | 698 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 | 523 async def sock_sendall(self, sock, data): member in AbstractEventLoop |
| /external/python/cpython2/Modules/ | ||
| D | socketmodule.c | 2847 sock_sendall(PySocketSockObject *s, PyObject *args) function |
| /external/python/cpython3/Modules/ | ||
| D | socketmodule.c | 4215 sock_sendall(PySocketSockObject *s, PyObject *args) in sock_sendall() function |