Searched refs:child_out (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dproc.c73 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
80 attr->child_out = &no_file;
131 apr_file_t *child_out,
136 if (attr->child_out == NULL && attr->parent_out == NULL
137 && child_out == NULL && parent_out == NULL)
138 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out,
142 if (child_out != NULL && rv == APR_SUCCESS) {
143 if (attr->child_out && (attr->child_out->filedes != -1))
144 rv = apr_file_dup2(attr->child_out, child_ou
[all...]
/macosx-10.10/apr-32/apr/apr/threadproc/netware/
H A Dproc.c87 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
94 attr->child_out = &no_file;
140 APR_DECLARE(apr_status_t) apr_procattr_child_out_set(apr_procattr_t *attr, apr_file_t *child_out,
145 if (attr->child_out == NULL && attr->parent_out == NULL
146 && child_out == NULL && parent_out == NULL)
147 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out,
151 if (child_out != NULL && rv == APR_SUCCESS) {
152 if (attr->child_out && (attr->child_out->filedes != -1))
153 rv = apr_file_dup2(attr->child_out, child_ou
[all...]
/macosx-10.10/apr-32/apr/apr/threadproc/beos/
H A Dproc.c43 (*new)->child_out = NULL;
80 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
87 attr->child_out = &no_file;
225 sp->out = attr->child_out ? attr->child_out->filedes : FILENO_STDOUT;
271 if (attr->child_out && (attr->child_in->filedes != -1)) {
272 apr_file_close(attr->child_out);
373 APR_DECLARE(apr_status_t) apr_procattr_child_out_set(apr_procattr_t *attr, apr_file_t *child_out,
378 if (attr->child_out == NULL && attr->parent_out == NULL
379 && child_out
[all...]
/macosx-10.10/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_threadproc.h53 apr_file_t *child_out; member in struct:apr_procattr_t
/macosx-10.10/apr-32/apr/apr/threadproc/os2/
H A Dproc.c54 (*new)->child_out = NULL;
91 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
98 attr->child_out = &no_file;
142 APR_DECLARE(apr_status_t) apr_procattr_child_out_set(apr_procattr_t *attr, apr_file_t *child_out,
147 if (attr->child_out == NULL && attr->parent_out == NULL
148 && child_out == NULL && parent_out == NULL)
149 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out,
153 if (child_out != NULL && rv == APR_SUCCESS) {
154 if (attr->child_out && (attr->child_out
[all...]
/macosx-10.10/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h58 apr_file_t *child_out; member in struct:apr_procattr_t
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h52 apr_file_t *child_out; member in struct:apr_procattr_t
/macosx-10.10/apr-32/apr/apr/threadproc/win32/
H A Dproc.c106 attr->child_out = &no_file;
108 stat = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
154 apr_file_t *child_out,
159 if (child_out) {
160 if ((attr->child_out == NULL) || (attr->child_out == &no_file))
161 rv = apr_file_dup(&attr->child_out, child_out, attr->pool);
163 rv = apr_file_dup2(attr->child_out, child_out, att
[all...]
/macosx-10.10/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h81 apr_file_t *child_out; member in struct:apr_procattr_t
/macosx-10.10/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h84 apr_file_t *child_out; member in struct:apr_procattr_t
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_thread_proc.h437 * Set the child_out and parent_out values to existing apr_file_t values.
439 * @param child_out apr_file_t value to use as child_out. Must be a valid file.
450 apr_file_t *child_out,

Completed in 156 milliseconds