Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr/poll/unix/
H A Dselect.c88 else if (aprset[i].desc_type == APR_POLL_FILE) { in apr_poll()
94 set_type = APR_POLL_FILE; in apr_poll()
156 else if (aprset[i].desc_type == APR_POLL_FILE) { in apr_poll()
260 pollset->p->set_type = APR_POLL_FILE; in impl_pollset_add()
H A Dpollset.c49 pollset->wakeup_pfd.desc_type = APR_POLL_FILE; in create_wakeup_pipe()
82 pollset->wakeup_pfd.desc_type = APR_POLL_FILE; in create_wakeup_pipe()
H A Dpoll.c106 else if (aprset[i].desc_type == APR_POLL_FILE) { in apr_poll()
280 pollset->p->query_set[i].desc_type == APR_POLL_FILE && in impl_pollset_poll()
H A Depoll.c288 fdptr->desc_type == APR_POLL_FILE && in impl_pollset_poll()
H A Dkqueue.c284 fd.desc_type == APR_POLL_FILE && in impl_pollset_poll()
H A Dport.c414 fp.desc_type == APR_POLL_FILE && in impl_pollset_poll()
/freebsd-12.1/contrib/apr/support/unix/
H A Dwaitio.c77 pfd.desc_type = APR_POLL_FILE; in apr_wait_for_io_or_timeout()
/freebsd-12.1/contrib/apr/include/
H A Dapr_poll.h94 APR_POLL_FILE, /**< descriptor refers to a file */ enumerator
/freebsd-12.1/contrib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h45 #define HAS_PIPES(dt) (dt == APR_POLL_FILE) ? 1 : 0
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c443 pollset.desc_type = APR_POLL_FILE; in terminal_getc()
H A Dstream.c823 pfd.desc_type = APR_POLL_FILE; in data_available_handler_apr()