Searched refs:APR_FOPEN_NOCLEANUP (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_inherit.h27 if (the##name->flag & APR_FOPEN_NOCLEANUP) \
47 if (the##name->flag & APR_FOPEN_NOCLEANUP) \
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfiledup.c38 if (!((*new_file)->flags & (APR_FOPEN_NOCLEANUP|APR_INHERIT)))
43 if (!((*new_file)->flags & (APR_FOPEN_NOCLEANUP|APR_INHERIT))) {
109 * of APR_INHERIT and APR_FOPEN_NOCLEANUP.
114 & ~(APR_INHERIT | APR_FOPEN_NOCLEANUP);
166 if (!(old_file->flags & APR_FOPEN_NOCLEANUP)) {
H A Dopen.c149 if (!(flag & APR_FOPEN_NOCLEANUP)) {
181 if (!(flag & APR_FOPEN_NOCLEANUP)) {
245 if (!(flag & APR_FOPEN_NOCLEANUP)) {
298 (*file)->flags = flags | APR_FOPEN_NOCLEANUP;
385 if (thefile->flags & APR_FOPEN_NOCLEANUP) {
H A Dmktemp.c206 if (!(flags & APR_FOPEN_NOCLEANUP)) {
H A Dpipe.c152 (*file)->flags = APR_FOPEN_NOCLEANUP;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h74 #define APR_FOPEN_NOCLEANUP 0x00800 /**< Do not register a cleanup macro
104 #define APR_FILE_NOCLEANUP APR_FOPEN_NOCLEANUP /**< @deprecated @see APR_FOPEN_NOCLEANUP */
231 * @li #APR_FOPEN_NOCLEANUP Do not register a cleanup with the pool

Completed in 148 milliseconds