Searched refs:APR_NO_FILE (Results 1 – 2 of 2) sorted by relevance
49 if ((in != APR_NO_PIPE) && (in != APR_NO_FILE)) { in apr_procattr_io_set()66 else if (in == APR_NO_FILE) in apr_procattr_io_set()69 if ((out != APR_NO_PIPE) && (out != APR_NO_FILE)) { in apr_procattr_io_set()76 else if (out == APR_NO_FILE) in apr_procattr_io_set()79 if ((err != APR_NO_PIPE) && (err != APR_NO_FILE)) { in apr_procattr_io_set()86 else if (err == APR_NO_FILE) in apr_procattr_io_set()
89 #define APR_NO_FILE 8 macro99 #define APR_NO_FILE 8 macro