Searched refs:APR_NO_FILE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c23 /* Heavy on no'ops, here's what we want to pass if there is APR_NO_FILE
49 if ((in != APR_NO_PIPE) && (in != APR_NO_FILE)) {
66 else if (in == APR_NO_FILE)
69 if ((out != APR_NO_PIPE) && (out != APR_NO_FILE)) {
76 else if (out == APR_NO_FILE)
79 if ((err != APR_NO_PIPE) && (err != APR_NO_FILE)) {
86 else if (err == APR_NO_FILE)
/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h90 #define APR_NO_FILE 8 macro
100 #define APR_NO_FILE 8 macro
410 * inherits the parent's corresponding stdio stream. If APR_NO_FILE is

Completed in 54 milliseconds