Searched refs:child_in (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/apr-30/apr/apr/threadproc/unix/
H A Dproc.c63 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
70 attr->child_in = &no_file;
97 apr_file_t *child_in,
102 if (attr->child_in == NULL && attr->parent_in == NULL
103 && child_in == NULL && parent_in == NULL)
104 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in,
108 if (child_in != NULL && rv == APR_SUCCESS) {
109 if (attr->child_in && (attr->child_in->filedes != -1))
110 rv = apr_file_dup2(attr->child_in, child_i
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/beos/
H A Dproc.c41 (*new)->child_in = NULL;
70 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
77 attr->child_in = &no_file;
224 sp->in = attr->child_in ? attr->child_in->filedes : FILENO_STDIN;
268 if (attr->child_in && (attr->child_in->filedes != -1)) {
269 apr_file_close(attr->child_in);
271 if (attr->child_out && (attr->child_in->filedes != -1)) {
274 if (attr->child_err && (attr->child_in
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dproc.c77 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
84 attr->child_in = &no_file;
110 APR_DECLARE(apr_status_t) apr_procattr_child_in_set(apr_procattr_t *attr, apr_file_t *child_in,
115 if (attr->child_in == NULL && attr->parent_in == NULL
116 && child_in == NULL && parent_in == NULL)
117 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in,
121 if (child_in != NULL && rv == APR_SUCCESS) {
122 if (attr->child_in && (attr->child_in->filedes != -1))
123 rv = apr_file_dup2(attr->child_in, child_i
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/beos/
H A Dproc.c41 (*new)->child_in = NULL;
70 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
77 attr->child_in = &no_file;
224 sp->in = attr->child_in ? attr->child_in->filedes : FILENO_STDIN;
268 if (attr->child_in && (attr->child_in->filedes != -1)) {
269 apr_file_close(attr->child_in);
271 if (attr->child_out && (attr->child_in->filedes != -1)) {
274 if (attr->child_err && (attr->child_in
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dproc.c77 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
84 attr->child_in = &no_file;
110 APR_DECLARE(apr_status_t) apr_procattr_child_in_set(apr_procattr_t *attr, apr_file_t *child_in,
115 if (attr->child_in == NULL && attr->parent_in == NULL
116 && child_in == NULL && parent_in == NULL)
117 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in,
121 if (child_in != NULL && rv == APR_SUCCESS) {
122 if (attr->child_in && (attr->child_in->filedes != -1))
123 rv = apr_file_dup2(attr->child_in, child_i
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/unix/
H A Dproc.c60 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
67 attr->child_in = &no_file;
94 apr_file_t *child_in,
99 if (attr->child_in == NULL && attr->parent_in == NULL
100 && child_in == NULL && parent_in == NULL)
101 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in,
105 if (child_in != NULL && rv == APR_SUCCESS) {
106 if (attr->child_in && (attr->child_in->filedes != -1))
107 rv = apr_file_dup2(attr->child_in, child_i
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_threadproc.h51 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_threadproc.h51 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/os2/
H A Dproc.c52 (*new)->child_in = NULL;
81 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
88 attr->child_in = &no_file;
113 APR_DECLARE(apr_status_t) apr_procattr_child_in_set(apr_procattr_t *attr, apr_file_t *child_in,
118 if (attr->child_in == NULL && attr->parent_in == NULL
119 && child_in == NULL && parent_in == NULL)
120 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in,
124 if (child_in != NULL && rv == APR_SUCCESS) {
125 if (attr->child_in && (attr->child_in
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/os2/
H A Dproc.c52 (*new)->child_in = NULL;
81 if ((rv = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
88 attr->child_in = &no_file;
113 APR_DECLARE(apr_status_t) apr_procattr_child_in_set(apr_procattr_t *attr, apr_file_t *child_in,
118 if (attr->child_in == NULL && attr->parent_in == NULL
119 && child_in == NULL && parent_in == NULL)
120 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in,
124 if (child_in != NULL && rv == APR_SUCCESS) {
125 if (attr->child_in && (attr->child_in
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_arch_threadproc.h56 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_arch_threadproc.h50 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/win32/
H A Dproc.c96 attr->child_in = &no_file;
98 stat = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
128 apr_file_t *child_in,
133 if (child_in) {
134 if ((attr->child_in == NULL) || (attr->child_in == &no_file))
135 rv = apr_file_dup(&attr->child_in, child_in, attr->pool);
137 rv = apr_file_dup2(attr->child_in, child_in, att
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h56 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h50 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/threadproc/win32/
H A Dproc.c96 attr->child_in = &no_file;
98 stat = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
128 apr_file_t *child_in,
133 if (child_in) {
134 if ((attr->child_in == NULL) || (attr->child_in == &no_file))
135 rv = apr_file_dup(&attr->child_in, child_in, attr->pool);
137 rv = apr_file_dup2(attr->child_in, child_in, att
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/beos/
H A Dapr_arch_threadproc.h79 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h82 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h79 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h82 apr_file_t *child_in; member in struct:apr_procattr_t
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dmpm_winnt.c409 apr_file_t *child_in)
424 if ((rv = apr_file_write_full(child_in, &hDup, sizeof(hDup), &BytesWritten))
436 if ((rv = apr_file_write_full(child_in, &hDup, sizeof(hDup), &BytesWritten))
453 if ((rv = apr_file_write_full(child_in, &hDup, sizeof(hDup), &BytesWritten))
470 if ((rv = apr_file_write_full(child_in, &hDup, sizeof(hDup), &BytesWritten))
560 apr_file_t *child_in)
586 if ((rv = apr_file_write_full(child_in, lpWSAProtocolInfo,
403 send_handles_to_child(apr_pool_t *p, HANDLE child_ready_event, HANDLE child_exit_event, apr_proc_mutex_t *child_start_mutex, apr_shm_t *scoreboard_shm, HANDLE hProcess, apr_file_t *child_in) argument
559 send_listeners_to_child(apr_pool_t *p, DWORD dwProcessId, apr_file_t *child_in) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_thread_proc.h418 * Set the child_in and/or parent_in values to existing apr_file_t values.
420 * @param child_in apr_file_t value to use as child_in. Must be a valid file.
433 apr_file_t *child_in,
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_thread_proc.h418 * Set the child_in and/or parent_in values to existing apr_file_t values.
420 * @param child_in apr_file_t value to use as child_in. Must be a valid file.
433 apr_file_t *child_in,

Completed in 158 milliseconds