Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py952 self.run_loop(self.loop._sock_sendfile_native(sock, f,
961 self.run_loop(self.loop._sock_sendfile_native(sock, f,
971 self.run_loop(self.loop._sock_sendfile_native(sock, f,
Dtest_unix_events.py510 self.run_loop(self.loop._sock_sendfile_native(sock, self.file,
519 self.run_loop(self.loop._sock_sendfile_native(sock, f,
528 self.run_loop(self.loop._sock_sendfile_native(sock, f,
538 self.run_loop(self.loop._sock_sendfile_native(sock, f,
Dtest_base_events.py1975 self.run_loop(self.loop._sock_sendfile_native(sock, self.file,
/external/python/cpython3/Lib/asyncio/
Dbase_events.py801 return await self._sock_sendfile_native(sock, file,
809 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseEventLoop
Dproactor_events.py559 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseProactorEventLoop
Dunix_events.py318 async def _sock_sendfile_native(self, sock, file, offset, count): member in _UnixSelectorEventLoop