Home
last modified time | relevance | path

Searched defs:APR_FOPEN_APPEND (Results 1 – 6 of 6) sorted by relevance

/dports/www/mod_webauth/webauth-4.7.0/portable/
H A Dapr.h58 # define APR_FOPEN_APPEND APR_APPEND macro
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_apr_compat.h119 #define APR_FOPEN_APPEND APR_APPEND macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h57 #define APR_FOPEN_APPEND 0x00008 /**< Append to the end of the file */ macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h57 #define APR_FOPEN_APPEND 0x00008 /**< Append to the end of the file */ macro
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/util/
H A Dtransformer.cpp36 #define APR_FOPEN_APPEND APR_APPEND macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java35 public static final int APR_FOPEN_APPEND = 0x00008; field in File