Searched refs:APR_POLLSET_PORT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_poll.h78 APR_POLLSET_PORT, /**< Poll uses Solaris event port method */ enumerator in enum:__anon6135
141 * APR_POLLSET_PORT, and APR_POLLSET_EPOLL) do not have a
178 * APR_POLLSET_PORT, and APR_POLLSET_EPOLL) do not have a
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h54 #define POLLSET_DEFAULT_METHOD APR_POLLSET_PORT
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dpollcb.c53 case APR_POLLSET_PORT:
H A Dpollset.c180 case APR_POLLSET_PORT:
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_poll.h78 APR_POLLSET_PORT, /**< Poll uses Solaris event port method */ enumerator in enum:__anon6255
141 * APR_POLLSET_PORT, and APR_POLLSET_EPOLL) do not have a
178 * APR_POLLSET_PORT, and APR_POLLSET_EPOLL) do not have a
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_poll_private.h54 #define POLLSET_DEFAULT_METHOD APR_POLLSET_PORT
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dpollcb.c53 case APR_POLLSET_PORT:
H A Dpollset.c180 case APR_POLLSET_PORT:
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestpoll.c676 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
680 rv1 = apr_pollset_create_ex(&pollset, 1, p, 0, APR_POLLSET_PORT);
691 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
696 APR_POLLSET_PORT);
720 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
724 rv1 = apr_pollcb_create_ex(&pollcb, 1, p, 0, APR_POLLSET_PORT);
739 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
744 APR_POLLSET_PORT);
784 APR_POLLSET_PORT,
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestpoll.c676 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
680 rv1 = apr_pollset_create_ex(&pollset, 1, p, 0, APR_POLLSET_PORT);
691 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
696 APR_POLLSET_PORT);
720 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
724 rv1 = apr_pollcb_create_ex(&pollcb, 1, p, 0, APR_POLLSET_PORT);
739 * (no platform has both APR_POLLSET_PORT and APR_POLLSET_KQUEUE, so at
744 APR_POLLSET_PORT);
784 APR_POLLSET_PORT,

Completed in 380 milliseconds