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

/freebsd-10.2-release/contrib/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...]
/freebsd-10.2-release/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h86 apr_file_t *child_err; member in struct:apr_procattr_t
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_thread_proc.h456 * Set the child_err and parent_err values to existing apr_file_t values.
458 * @param child_err apr_file_t value to use as child_err. Must be a valid file.
469 apr_file_t *child_err,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c1576 unsupported_diff_error(svn_error_t *child_err)
1578 return svn_error_create(SVN_ERR_INCORRECT_PARAMS, child_err,
1572 unsupported_diff_error(svn_error_t *child_err) argument

Completed in 61 milliseconds