Searched refs:APR_STDOUT_FLAG (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_file_io.h105 #define APR_STDOUT_FLAG 0x04000000 /* Obtained via apr_file_open_stdout() */ macro
107 #define APR_STD_FLAGS (APR_STDIN_FLAG | APR_STDOUT_FLAG | APR_STDERR_FLAG)
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dfiledup.c116 else if ((new_file->flags & APR_STD_FLAGS) == APR_STDOUT_FLAG) {
H A Dopen.c300 else if ((file->flags & APR_STD_FLAGS) == APR_STDOUT_FLAG) {
711 flags | APR_FOPEN_WRITE | APR_STDOUT_FLAG, pool);

Completed in 59 milliseconds