Lines Matching defs:sendfile
890 # NB: sendfile syscall is not supported for SSL sockets and
891 # non-mmap files even if sendfile is supported by OS
893 f"syscall sendfile is not available for socket {sock!r} "
1152 async def sendfile(self, transport, file, offset=0, count=None,
1158 The method uses high-performance os.sendfile if available.
1170 the file when the platform does not support the sendfile syscall
1174 sendfile syscall and fallback is False.
1182 f"sendfile is not supported for transport {transport!r}")
1193 f"fallback is disabled and native sendfile is not "
1201 "sendfile syscall is not supported")