Lines Matching refs:pconf
72 static apr_pool_t *pconf = NULL; /* Pool for config stuff */
107 void ap_mpm_child_main(apr_pool_t *pconf);
116 pconf = _pconf;
121 listener_shm_name = apr_psprintf(pconf, "/sharemem/httpd/parent_info.%d", getppid());
124 ap_scoreboard_fname = apr_psprintf(pconf, "/sharemem/httpd/scoreboard.%d", is_parent_process ? getpid() : getppid());
145 apr_os_sock_put(&lr->sd, &parent_info->listeners[num_listeners].listen_fd, pconf);
153 ap_mpm_child_main(pconf);
169 ap_log_pid(pconf, ap_pid_fname);
176 ap_remove_pid(pconf, ap_pid_fname);
214 listener_shm_name = apr_psprintf(pconf, "/sharemem/httpd/parent_info.%d", getpid());
268 ap_mpm_child_main(pconf);
464 static int mpmt_os2_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp)