Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dfile_io.c101 IO_WAIT_MORE, // Reading or writing is possible. enumerator
243 return IO_WAIT_MORE; in io_wait()
734 if (ret != IO_WAIT_MORE) in io_open_src_real()
1277 case IO_WAIT_MORE: in io_read()
1388 if (io_wait(pair, -1, false) == IO_WAIT_MORE) in io_write_buf()