Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcopy.c160 bool try_cfr = true, try_sendfile = true, try_splice = true, copied_something = false; in copy_bytes_full() local
310 try_cfr = try_sendfile = try_splice = false; in copy_bytes_full()
317 if (try_sendfile) { in copy_bytes_full()
323 try_sendfile = false; in copy_bytes_full()
330try_sendfile = try_splice = false; /* same logic as above for copy_file_range() */ in copy_bytes_full()