Searched refs:_sock_sendfile_native (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
D | test_proactor_events.py | 997 self.run_loop(self.loop._sock_sendfile_native(sock, f, 1006 self.run_loop(self.loop._sock_sendfile_native(sock, f, 1016 self.run_loop(self.loop._sock_sendfile_native(sock, f,
|
D | test_unix_events.py | 534 self.run_loop(self.loop._sock_sendfile_native(sock, self.file, 543 self.run_loop(self.loop._sock_sendfile_native(sock, f, 552 self.run_loop(self.loop._sock_sendfile_native(sock, f, 562 self.run_loop(self.loop._sock_sendfile_native(sock, f,
|
D | test_base_events.py | 2059 self.run_loop(self.loop._sock_sendfile_native(sock, self.file,
|
/third_party/python/Lib/asyncio/ |
D | base_events.py | 868 return await self._sock_sendfile_native(sock, file, 876 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseEventLoop
|
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
|