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