Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcopy.c161 int r, nonblock_pipe = -1; in copy_bytes_full() local
350 if (nonblock_pipe < 0) { in copy_bytes_full()
376nonblock_pipe = a == FD_IS_NONBLOCKING_PIPE || b == FD_IS_NONBLOCKING_PIPE; in copy_bytes_full()
381 n = splice(fdf, NULL, fdt, NULL, m, nonblock_pipe ? SPLICE_F_NONBLOCK : 0); in copy_bytes_full()