Home
last modified time | relevance | path

Searched defs:APR_FPROT_WREAD (Results 1 – 5 of 5) sorted by relevance

/dports/www/mod_webauth/webauth-4.7.0/portable/
H A Dapr.h82 # define APR_FPROT_WREAD APR_WREAD macro
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_apr_compat.h93 #define APR_FPROT_WREAD APR_WREAD macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_info.h90 #define APR_FPROT_WREAD 0x0004 /**< Read by others */ macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_info.h90 #define APR_FPROT_WREAD 0x0004 /**< Read by others */ macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java154 public static final int APR_FPROT_WREAD = 0x0004; /** Read by others */ field in File