Searched refs:APR_NO_PIPE (Results 1 – 3 of 3) sorted by relevance
49 if ((in != APR_NO_PIPE) && (in != APR_NO_FILE)) { in apr_procattr_io_set()69 if ((out != APR_NO_PIPE) && (out != APR_NO_FILE)) { in apr_procattr_io_set()79 if ((err != APR_NO_PIPE) && (err != APR_NO_FILE)) { in apr_procattr_io_set()
80 #define APR_NO_PIPE 0 macro
3371 infile_pipe ? APR_FULL_BLOCK : APR_NO_PIPE, in svn_io_start_cmd3()3372 outfile_pipe ? APR_FULL_BLOCK : APR_NO_PIPE, in svn_io_start_cmd3()3373 errfile_pipe ? APR_FULL_BLOCK : APR_NO_PIPE); in svn_io_start_cmd3()