Searched refs:why (Results 1 - 3 of 3) sorted by relevance
/httpd/server/ |
H A D | mpm_unix.c | 24 * specific to multi-process servers, but NOT to Unix. Which is why it 117 apr_exit_why_e why; local 126 waitret = apr_proc_wait(&proc, &status, &why, APR_NOWAIT); 129 ap_process_child_status(&proc, why, status); 321 apr_exit_why_e why; local 330 rv = apr_proc_wait(&proc, &status, &why, APR_NOWAIT); 334 ap_process_child_status(&proc, why, status); 371 AP_DECLARE(int) ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, argument 385 if (APR_PROC_CHECK_EXIT(why)) { 402 if (APR_PROC_CHECK_SIGNALED(why)) { [all...] |
/httpd/include/ |
H A D | mpm_common.h | 24 * specific to multi-process servers, but NOT to Unix. Which is why it 156 * Log why a child died to the error log, if the child died without the 159 * @param why The return code of the child process 163 AP_DECLARE(int) ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, int status);
|
/httpd/modules/proxy/ |
H A D | mod_serf.c | 109 apr_status_t why, 114 if (why) { 117 ap_log_rerror(APLOG_MARK, APLOG_ERR, why, ctx->r, APLOGNO(01120) "Closed Connection Error"); 107 closed_connection(serf_connection_t *conn, void *closed_baton, apr_status_t why, apr_pool_t *pool) argument
|
Completed in 1907 milliseconds