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

/freebsd-10.2-release/contrib/apr/threadproc/unix/
H A Dproc.c70 if ((rv = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
77 attr->child_out = &no_file;
128 apr_file_t *child_out,
133 if (attr->child_out == NULL && attr->parent_out == NULL
134 && child_out == NULL && parent_out == NULL)
135 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out,
139 if (child_out != NULL && rv == APR_SUCCESS) {
140 if (attr->child_out && (attr->child_out->filedes != -1))
141 rv = apr_file_dup2(attr->child_out, child_ou
[all...]
/freebsd-10.2-release/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h84 apr_file_t *child_out; member in struct:apr_procattr_t
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_thread_proc.h439 * Set the child_out and parent_out values to existing apr_file_t values.
441 * @param child_out apr_file_t value to use as child_out. Must be a valid file.
452 apr_file_t *child_out,

Completed in 100 milliseconds