Searched refs:child_err (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/apr-30/apr/apr/threadproc/unix/
H A Dproc.c83 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
90 attr->child_err = &no_file;
165 apr_file_t *child_err,
170 if (attr->child_err == NULL && attr->parent_err == NULL
171 && child_err == NULL && parent_err == NULL)
172 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err,
176 if (child_err != NULL && rv == APR_SUCCESS) {
177 if (attr->child_err && (attr->child_err->filedes != -1))
178 rv = apr_file_dup2(attr->child_err, child_er
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dproc.c97 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
104 attr->child_err = &no_file;
170 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, apr_file_t *child_err,
175 if (attr->child_err == NULL && attr->parent_err == NULL
176 && child_err == NULL && parent_err == NULL)
177 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err,
181 if (child_err != NULL && rv == APR_SUCCESS) {
182 if (attr->child_err && (attr->child_err->filedes != -1))
183 rv = apr_file_dup2(attr->child_err, child_er
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dproc.c97 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
104 attr->child_err = &no_file;
170 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, apr_file_t *child_err,
175 if (attr->child_err == NULL && attr->parent_err == NULL
176 && child_err == NULL && parent_err == NULL)
177 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err,
181 if (child_err != NULL && rv == APR_SUCCESS) {
182 if (attr->child_err && (attr->child_err->filedes != -1))
183 rv = apr_file_dup2(attr->child_err, child_er
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/beos/
H A Dproc.c45 (*new)->child_err = NULL;
90 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
97 attr->child_err = &no_file;
226 sp->err = attr->child_err ? attr->child_err->filedes : FILENO_STDERR;
274 if (attr->child_err && (attr->child_in->filedes != -1)) {
275 apr_file_close(attr->child_err);
401 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, apr_file_t *child_err,
406 if (attr->child_err == NULL && attr->parent_err == NULL
407 && child_err
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/beos/
H A Dproc.c45 (*new)->child_err = NULL;
90 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
97 attr->child_err = &no_file;
226 sp->err = attr->child_err ? attr->child_err->filedes : FILENO_STDERR;
274 if (attr->child_err && (attr->child_in->filedes != -1)) {
275 apr_file_close(attr->child_err);
400 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, apr_file_t *child_err,
405 if (attr->child_err == NULL && attr->parent_err == NULL
406 && child_err
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/unix/
H A Dproc.c80 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
87 attr->child_err = &no_file;
162 apr_file_t *child_err,
167 if (attr->child_err == NULL && attr->parent_err == NULL
168 && child_err == NULL && parent_err == NULL)
169 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err,
173 if (child_err != NULL && rv == APR_SUCCESS) {
174 if (attr->child_err && (attr->child_err->filedes != -1))
175 rv = apr_file_dup2(attr->child_err, child_er
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_threadproc.h55 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_threadproc.h55 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/os2/
H A Dproc.c56 (*new)->child_err = NULL;
101 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
108 attr->child_err = &no_file;
171 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, apr_file_t *child_err,
176 if (attr->child_err == NULL && attr->parent_err == NULL
177 && child_err == NULL && parent_err == NULL)
178 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err,
182 if (child_err != NULL && rv == APR_SUCCESS) {
183 if (attr->child_err && (attr->child_err
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/os2/
H A Dproc.c56 (*new)->child_err = NULL;
101 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
108 attr->child_err = &no_file;
171 APR_DECLARE(apr_status_t) apr_procattr_child_err_set(apr_procattr_t *attr, apr_file_t *child_err,
176 if (attr->child_err == NULL && attr->parent_err == NULL
177 && child_err == NULL && parent_err == NULL)
178 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err,
182 if (child_err != NULL && rv == APR_SUCCESS) {
183 if (attr->child_err && (attr->child_err
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_arch_threadproc.h60 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_arch_threadproc.h54 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/win32/
H A Dproc.c116 attr->child_err = &no_file;
118 stat = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
180 apr_file_t *child_err,
185 if (child_err) {
186 if ((attr->child_err == NULL) || (attr->child_err == &no_file))
187 rv = apr_file_dup(&attr->child_err, child_err, attr->pool);
189 rv = apr_file_dup2(attr->child_err, child_err, att
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h60 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h54 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/threadproc/win32/
H A Dproc.c116 attr->child_err = &no_file;
118 stat = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
180 apr_file_t *child_err,
185 if (child_err) {
186 if ((attr->child_err == NULL) || (attr->child_err == &no_file))
187 rv = apr_file_dup(&attr->child_err, child_err, attr->pool);
189 rv = apr_file_dup2(attr->child_err, child_err, att
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/beos/
H A Dapr_arch_threadproc.h83 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h86 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h83 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h86 apr_file_t *child_err; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_thread_proc.h454 * Set the child_err and parent_err values to existing apr_file_t values.
456 * @param child_err apr_file_t value to use as child_err. Must be a valid file.
467 apr_file_t *child_err,
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_thread_proc.h454 * Set the child_err and parent_err values to existing apr_file_t values.
456 * @param child_err apr_file_t value to use as child_err. Must be a valid file.
467 apr_file_t *child_err,
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dmpm_winnt.c617 apr_file_t *child_out, *child_err; local
682 if (((rv = apr_file_open_stderr(&child_err, p))
684 ((rv = apr_procattr_child_err_set(attr, child_err, NULL))

Completed in 210 milliseconds