Searched refs:APR_POLL_FILE (Results 1 – 11 of 11) sorted by relevance
88 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()
49 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()
106 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()
288 fdptr->desc_type == APR_POLL_FILE && in impl_pollset_poll()
284 fd.desc_type == APR_POLL_FILE && in impl_pollset_poll()
414 fp.desc_type == APR_POLL_FILE && in impl_pollset_poll()
77 pfd.desc_type = APR_POLL_FILE; in apr_wait_for_io_or_timeout()
94 APR_POLL_FILE, /**< descriptor refers to a file */ enumerator
45 #define HAS_PIPES(dt) (dt == APR_POLL_FILE) ? 1 : 0
443 pollset.desc_type = APR_POLL_FILE; in terminal_getc()
823 pfd.desc_type = APR_POLL_FILE; in data_available_handler_apr()