Home
last modified time | relevance | path

Searched defs:APR_FOPEN_READ (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/mapcache/mapcache-1.10.0/include/
H A Dutil.h66 #define APR_FOPEN_READ APR_READ macro
/dports/www/mod_webauth/webauth-4.7.0/portable/
H A Dapr.h55 # define APR_FOPEN_READ APR_READ macro
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_apr_compat.h110 #define APR_FOPEN_READ APR_READ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h54 #define APR_FOPEN_READ 0x00001 /**< Open the file for reading */ macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h54 #define APR_FOPEN_READ 0x00001 /**< Open the file for reading */ macro
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/util/
H A Dtransformer.cpp32 #define APR_FOPEN_READ APR_READ macro
/dports/www/mod_auth_cas/mod_auth_cas-1.2/src/
H A Dmod_auth_cas.h262 #define APR_FOPEN_READ APR_READ macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java29 public static final int APR_FOPEN_READ = 0x00001; field in File