Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dfile_io.c123 static int user_abort_pipe[2]; variable
145 if (pipe(user_abort_pipe)) in io_init()
151 int flags = fcntl(user_abort_pipe[i], F_GETFL); in io_init()
152 if (flags == -1 || fcntl(user_abort_pipe[i], F_SETFL, in io_init()
179 const ssize_t ret = write(user_abort_pipe[1], &b, 1); in io_write_to_user_abort_pipe()
218 pfd[1].fd = user_abort_pipe[0]; in io_wait()
798 user_abort_pipe[0], user_abort_pipe[1]); in io_open_src()
/freebsd/contrib/xz/
H A DChangeLog9808 user_abort_pipe[] was still being used instead of the parameters.