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.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
Dbase_events.py809 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseEventLoop