Home
last modified time | relevance | path

Searched refs:apr_file_dup2 (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/threadproc/netware/
H A Dproc.c126 apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
129 apr_file_dup2(attr->parent_in, parent_in, attr->pool); in apr_procattr_child_in_set()
142 apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
145 apr_file_dup2(attr->parent_out, parent_out, attr->pool); in apr_procattr_child_out_set()
158 apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
161 apr_file_dup2(attr->parent_err, parent_err, attr->pool); in apr_procattr_child_err_set()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestdup.c122 rv = apr_file_dup2(errfile, testfile, p); in test_dup2()
128 rv = apr_file_dup2(errfile, saveerr, p); in test_dup2()
157 rv = apr_file_dup2(errfile, testfile, p); in test_dup2_readwrite()
178 rv = apr_file_dup2(errfile, saveerr, p); in test_dup2_readwrite()
/dports/devel/apr1/apr-1.7.0/test/
H A Dtestdup.c122 rv = apr_file_dup2(errfile, testfile, p); in test_dup2()
128 rv = apr_file_dup2(errfile, saveerr, p); in test_dup2()
159 rv = apr_file_dup2(errfile, testfile, p); in test_dup2_readwrite()
180 rv = apr_file_dup2(errfile, saveerr, p); in test_dup2_readwrite()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/threadproc/unix/
H A Dproc.c120 rv = apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
123 rv = apr_file_dup2(attr->parent_in, parent_in, attr->pool); in apr_procattr_child_in_set()
139 rv = apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
142 rv = apr_file_dup2(attr->parent_out, parent_out, attr->pool); in apr_procattr_child_out_set()
158 rv = apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
161 rv = apr_file_dup2(attr->parent_err, parent_err, attr->pool); in apr_procattr_child_err_set()
/dports/devel/apr1/apr-1.7.0/threadproc/unix/
H A Dproc.c107 rv = apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
118 rv = apr_file_dup2(attr->parent_in, parent_in, attr->pool); in apr_procattr_child_in_set()
141 rv = apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
152 rv = apr_file_dup2(attr->parent_out, parent_out, attr->pool); in apr_procattr_child_out_set()
175 rv = apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
185 rv = apr_file_dup2(attr->parent_err, parent_err, attr->pool); in apr_procattr_child_err_set()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/threadproc/win32/
H A Dproc.c112 rv = apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
122 rv = apr_file_dup2(attr->parent_in, parent_in, attr->pool); in apr_procattr_child_in_set()
138 rv = apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
148 rv = apr_file_dup2(attr->parent_out, parent_out, attr->pool); in apr_procattr_child_out_set()
164 rv = apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
174 rv = apr_file_dup2(attr->parent_err, parent_err, attr->pool); in apr_procattr_child_err_set()
/dports/devel/apr1/apr-1.7.0/threadproc/win32/
H A Dproc.c137 rv = apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
147 rv = apr_file_dup2(attr->parent_in, parent_in, attr->pool); in apr_procattr_child_in_set()
163 rv = apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
173 rv = apr_file_dup2(attr->parent_out, parent_out, attr->pool); in apr_procattr_child_out_set()
189 rv = apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
199 rv = apr_file_dup2(attr->parent_err, parent_err, attr->pool); in apr_procattr_child_err_set()
/dports/devel/apr1/apr-1.7.0/threadproc/beos/
H A Dproc.c358 rv = apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
386 rv = apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
414 rv = apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
/dports/devel/apr1/apr-1.7.0/threadproc/netware/
H A Dproc.c123 rv = apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
153 rv = apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
183 rv = apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dfiledup.c78 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, apr_file_t *old_file, apr_pool_t *p) in apr_file_dup2() function
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dfiledup.c78 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, apr_file_t *old_file, apr_pool_t *p) in apr_file_dup2() function
/dports/www/htdigest/httpd-2.4.6/support/
H A Dfcgistarter.c191 rv = apr_file_dup2(infd, skwrapper, pool); in main()
/dports/devel/apr1/apr-1.7.0/threadproc/os2/
H A Dproc.c126 rv = apr_file_dup2(attr->child_in, child_in, attr->pool); in apr_procattr_child_in_set()
155 rv = apr_file_dup2(attr->child_out, child_out, attr->pool); in apr_procattr_child_out_set()
184 rv = apr_file_dup2(attr->child_err, child_err, attr->pool); in apr_procattr_child_err_set()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dfiledup.c110 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, in apr_file_dup2() function
/dports/www/apache24/httpd-2.4.53/support/
H A Dfcgistarter.c196 rv = apr_file_dup2(infd, skwrapper, pool); in main()
/dports/www/htdigest/httpd-2.4.6/server/mpm/winnt/
H A Dnt_eventlog.c164 apr_file_dup2(stderr_file, eventlog_file, p); in mpm_nt_eventlog_stderr_open()
H A Dmpm_winnt.c1070 apr_file_dup2(infile, outfile, process->pool); in winnt_rewrite_args()
1242 apr_file_dup2(nullstdout, nullfile, process->pool); in winnt_rewrite_args()
1391 apr_file_dup2(nullstdout, nullfile, pproc); in winnt_pre_config()
/dports/www/apache24/httpd-2.4.53/server/mpm/winnt/
H A Dnt_eventlog.c165 apr_file_dup2(stderr_file, eventlog_file, p); in mpm_nt_eventlog_stderr_open()
H A Dmpm_winnt.c1080 apr_file_dup2(infile, outfile, process->pool); in winnt_rewrite_args()
1262 apr_file_dup2(nullstdout, nullfile, process->pool); in winnt_rewrite_args()
1411 apr_file_dup2(nullstdout, nullfile, pproc); in winnt_pre_config()
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dfiledup.c134 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, in apr_file_dup2() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dfiledup.c70 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, in apr_file_dup2() function
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Dfiledup.c69 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, in apr_file_dup2() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h517 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file,
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h636 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file,
/dports/www/htdigest/httpd-2.4.6/server/
H A Dlog.c272 if ((rc = apr_file_dup2(stderr_log, stderr_file, stderr_pool)) in ap_replace_stderr_log()
481 rv = apr_file_dup2(stderr_log, s_main->error_log, stderr_p); in ap_open_logs()
547 apr_file_dup2(s->error_log, errfile, s->process->pool); in ap_error_log2stderr()

12