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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dpipe.c229 case APR_FULL_BLOCK:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h82 #define APR_FULL_BLOCK 1 macro
432 * creates an APR_FULL_BLOCK pipe, but this behavior is neither portable nor
449 * creates an APR_FULL_BLOCK pipe, but this behavior is neither portable nor
466 * creates an APR_FULL_BLOCK pipe, but this behavior is neither portable nor
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3380 infile_pipe ? APR_FULL_BLOCK : APR_NO_PIPE,
3381 outfile_pipe ? APR_FULL_BLOCK : APR_NO_PIPE,
3382 errfile_pipe ? APR_FULL_BLOCK : APR_NO_PIPE);

Completed in 84 milliseconds