Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_errno.h874 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1009 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1078 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1180 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR) macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_errno.h961 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1100 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1174 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR \ macro
1281 #define APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR) macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DStatus.java259 public static final boolean APR_STATUS_IS_EINTR(int s) { return is(s, 95); } in APR_STATUS_IS_EINTR() method in Status