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