Searched refs:APR_POLLSET_DEFAULT (Results 1 – 3 of 3) sorted by relevance
70 case APR_POLLSET_DEFAULT: in pollcb_provider()108 if (method == APR_POLLSET_DEFAULT) { in apr_pollcb_create_ex()113 if (method == APR_POLLSET_DEFAULT) in apr_pollcb_create_ex()188 apr_pollset_method_e method = APR_POLLSET_DEFAULT; in apr_pollcb_create()
95 case APR_POLLSET_DEFAULT: in pollset_provider()119 if (method == APR_POLLSET_DEFAULT) { in apr_pollset_create_ex()124 if (method == APR_POLLSET_DEFAULT) in apr_pollset_create_ex()207 apr_pollset_method_e method = APR_POLLSET_DEFAULT; in apr_pollset_create()
81 APR_POLLSET_DEFAULT, /**< Platform default poll method */ enumerator