Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/threadproc/unix/
H A Dproc.c82 rv = apr_file_inherit_unset(attr->parent_err); in apr_procattr_io_set()
163 apr_file_t *parent_err) in apr_procattr_child_err_set() argument
167 if (attr->child_err == NULL && attr->parent_err == NULL in apr_procattr_child_err_set()
168 && child_err == NULL && parent_err == NULL) in apr_procattr_child_err_set()
169 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err, in apr_procattr_child_err_set()
171 rv = apr_file_inherit_unset(attr->parent_err); in apr_procattr_child_err_set()
183 if (parent_err != NULL && rv == APR_SUCCESS) { in apr_procattr_child_err_set()
184 if (attr->parent_err) in apr_procattr_child_err_set()
185 rv = apr_file_dup2(attr->parent_err, parent_err, attr->pool); in apr_procattr_child_err_set()
187 rv = apr_file_dup(&attr->parent_err, parent_err, attr->pool); in apr_procattr_child_err_set()
[all …]
/freebsd-13.1/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h94 apr_file_t *parent_err; member
/freebsd-13.1/contrib/apr/include/
H A Dapr_thread_proc.h471 apr_file_t *parent_err);