Searched defs:_sock_sendfile_native (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/asyncio/ | ||
D | proactor_events.py | 707 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseProactorEventLoop |
D | unix_events.py | 330 async def _sock_sendfile_native(self, sock, file, offset, count): member in _UnixSelectorEventLoop |
D | base_events.py | 877 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseEventLoop |