Searched defs:sock_sendall (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Lib/asyncio/ | ||
| D | proactor_events.py | 701 async def sock_sendall(self, sock, data): member in BaseProactorEventLoop |
| D | selector_events.py | 428 async def sock_sendall(self, sock, data): member in BaseSelectorEventLoop |
| D | events.py | 537 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 | 4171 sock_sendall(PySocketSockObject *s, PyObject *args) in sock_sendall() function |