Home
last modified time | relevance | path

Searched refs:_sendfile_native (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sendfile.py317 return base_events.BaseEventLoop._sendfile_native(
320 self.loop._sendfile_native = sendfile_native
339 return base_events.BaseEventLoop._sendfile_native(
342 self.loop._sendfile_native = sendfile_native
471 return base_events.BaseEventLoop._sendfile_native(
474 self.loop._sendfile_native = sendfile_native
/external/python/cpython3/Lib/asyncio/
Dbase_events.py1151 return await self._sendfile_native(transport, file,
1165 async def _sendfile_native(self, transp, file, offset, count): member in BaseEventLoop
Dproactor_events.py736 async def _sendfile_native(self, transp, file, offset, count): member in BaseProactorEventLoop
Dselector_events.py580 async def _sendfile_native(self, transp, file, offset, count): member in BaseSelectorEventLoop