Home
last modified time | relevance | path

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

/dports/graphics/mapcache/mapcache-1.10.0/include/
H A Dutil.h82 #define APR_FOPEN_WRITE APR_WRITE macro
/dports/www/mod_webauth/webauth-4.7.0/portable/
H A Dapr.h56 # define APR_FOPEN_WRITE APR_WRITE macro
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_apr_compat.h113 #define APR_FOPEN_WRITE APR_WRITE macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h55 #define APR_FOPEN_WRITE 0x00002 /**< Open the file for writing */ macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h55 #define APR_FOPEN_WRITE 0x00002 /**< Open the file for writing */ macro
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/util/
H A Dtransformer.cpp34 #define APR_FOPEN_WRITE APR_WRITE macro
/dports/www/mod_auth_cas/mod_auth_cas-1.2/src/
H A Dmod_auth_cas.h266 #define APR_FOPEN_WRITE APR_WRITE macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java31 public static final int APR_FOPEN_WRITE = 0x00002; field in File