Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/poll/unix/
H A Dselect.c79 if (HAS_PIPES(set_type)) { in apr_poll()
129 if (HAS_PIPES(set_type)) { in apr_poll()
240 if (HAS_PIPES(pollset->p->set_type)) { in impl_pollset_add()
380 if (HAS_PIPES(pollset->p->set_type)) { in impl_pollset_poll()
/freebsd-13.1/contrib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h45 #define HAS_PIPES(dt) (dt == APR_POLL_FILE) ? 1 : 0 macro