Lines Matching refs:process
432 * with a constant key, since in prefork mode the process will have
752 * this routine will be called twice, once in the startup process (which
753 * exits shortly after this phase) and once in the running server process.
771 * It executes only once, in the startup process, after the check_config
772 * phase and just before the process exits. At this point the module
808 * process. At this point the module may review and adjust its configuration
810 * this routine will be called only once, in the running server process.
827 * All our process-death routine does is add its trace to the log.
840 note = apr_pstrcat(s->process->pool, "x_child_exit(", sname, ")", NULL);
841 trace_startup(s->process->pool, s, NULL, note);
846 * All our process initialiser does is add its trace to the log.
1127 /* This routine is used to actually process the connection that was received.