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_events.py2369 return base_events.BaseEventLoop._sendfile_native(
2372 self.loop._sendfile_native = sendfile_native
2391 return base_events.BaseEventLoop._sendfile_native(
2394 self.loop._sendfile_native = sendfile_native
2517 return base_events.BaseEventLoop._sendfile_native(
2520 self.loop._sendfile_native = sendfile_native
/external/python/cpython3/Lib/asyncio/
Dbase_events.py1054 return await self._sendfile_native(transport, file,
1068 async def _sendfile_native(self, transp, file, offset, count): member in BaseEventLoop
Dproactor_events.py588 async def _sendfile_native(self, transp, file, offset, count): member in BaseProactorEventLoop
Dselector_events.py533 async def _sendfile_native(self, transp, file, offset, count): member in BaseSelectorEventLoop