Home
last modified time | relevance | path

Searched refs:_sock_sendfile_native (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_proactor_events.py997 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,
Dtest_unix_events.py534 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,
Dtest_base_events.py2059 self.run_loop(self.loop._sock_sendfile_native(sock, self.file,
/third_party/python/Lib/asyncio/
Dbase_events.py868 return await self._sock_sendfile_native(sock, file,
876 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseEventLoop
Dproactor_events.py709 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseProactorEventLoop
Dunix_events.py340 async def _sock_sendfile_native(self, sock, file, offset, count): member in _UnixSelectorEventLoop