Searched refs:no_file (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/apr-32/apr/apr/threadproc/win32/
H A Dproc.c38 static apr_file_t no_file = { NULL, INVALID_HANDLE_VALUE, }; variable
96 attr->child_in = &no_file;
106 attr->child_out = &no_file;
116 attr->child_err = &no_file;
134 if ((attr->child_in == NULL) || (attr->child_in == &no_file))
160 if ((attr->child_out == NULL) || (attr->child_out == &no_file))
186 if ((attr->child_err == NULL) || (attr->child_err == &no_file))
964 if ((attr->child_in) && (attr->child_in != &no_file)) {
967 if ((attr->child_out) && (attr->child_out != &no_file)) {
970 if ((attr->child_err) && (attr->child_err != &no_file)) {
[all...]
/macosx-10.10/apr-32/apr/apr/threadproc/beos/
H A Dproc.c23 static apr_file_t no_file = { NULL, -1, }; variable
77 attr->child_in = &no_file;
87 attr->child_out = &no_file;
97 attr->child_err = &no_file;
/macosx-10.10/apr-32/apr/apr/threadproc/netware/
H A Dproc.c27 static apr_file_t no_file = { NULL, -1, }; variable
84 attr->child_in = &no_file;
94 attr->child_out = &no_file;
104 attr->child_err = &no_file;
/macosx-10.10/apr-32/apr/apr/threadproc/os2/
H A Dproc.c40 static apr_file_t no_file = { NULL, -1, }; variable
88 attr->child_in = &no_file;
98 attr->child_out = &no_file;
108 attr->child_err = &no_file;
/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dproc.c29 static apr_file_t no_file = { NULL, -1, }; variable
70 attr->child_in = &no_file;
80 attr->child_out = &no_file;
90 attr->child_err = &no_file;

Completed in 91 milliseconds