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

/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dproc.c80 if ((rv = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
82 rv = apr_file_inherit_unset(attr->parent_err);
163 apr_file_t *parent_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,
171 rv = apr_file_inherit_unset(attr->parent_err);
183 if (parent_err != NULL && rv == APR_SUCCESS) {
184 if (attr->parent_err)
185 rv = apr_file_dup2(attr->parent_err, parent_er
[all...]
/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h94 apr_file_t *parent_err; member in struct:apr_procattr_t
/freebsd-13-stable/contrib/apr/include/
H A Dapr_thread_proc.h457 * Set the child_err and parent_err values to existing apr_file_t values.
460 * @param parent_err apr_file_t value to use as parent_err. Must be a valid file.
471 apr_file_t *parent_err);

Completed in 96 milliseconds