Home
last modified time | relevance | path

Searched defs:APR_POLLOUT (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_poll.h49 #define APR_POLLOUT 0x004 /**< Can write without blocking */ macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_poll.h51 #define APR_POLLOUT 0x004 /**< Can write without blocking */ macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DPoll.java33 public static final int APR_POLLOUT = 0x004; field in Poll