Home
last modified time | relevance | path

Searched refs:try_cfr (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
290 if (try_cfr) { in copy_bytes_full()
296 try_cfr = false; in copy_bytes_full()
310 try_cfr = try_sendfile = try_splice = false; in copy_bytes_full()