Searched refs:HAS_PIPES (Results 1 – 2 of 2) sorted by relevance
79 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()
45 #define HAS_PIPES(dt) (dt == APR_POLL_FILE) ? 1 : 0 macro