Home
last modified time | relevance | path

Searched defs:_sock_sendfile_native (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dproactor_events.py707 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseProactorEventLoop
Dunix_events.py330 async def _sock_sendfile_native(self, sock, file, offset, count): member in _UnixSelectorEventLoop
Dbase_events.py877 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseEventLoop