Home
last modified time | relevance | path

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

/dports/www/mod_webauth/webauth-4.7.0/portable/
H A Dapr.h66 # define APR_FOPEN_NOCLEANUP APR_FILE_NOCLEANUP macro
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_apr_compat.h143 #define APR_FOPEN_NOCLEANUP APR_FILE_NOCLEANUP macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h72 #define APR_FOPEN_NOCLEANUP 0x00800 /**< Do not register a cleanup macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h74 #define APR_FOPEN_NOCLEANUP 0x00800 /**< Do not register a cleanup macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java55 public static final int APR_FOPEN_NOCLEANUP = 0x00800; field in File