Searched refs:ap_pid_fname (Results 1 - 9 of 9) sorted by relevance

/httpd/server/
H A Dmpm_common.c163 AP_DECLARE_DATA const char *ap_pid_fname; variable
179 ap_pid_fname = DEFAULT_PIDLOG;
324 ap_pid_fname = arg;
331 ap_runtime_dir_relative(p, ap_pid_fname));
H A Dmpm_unix.c777 rv = ap_read_pid(pconf, ap_pid_fname, &otherpid);
781 "Error retrieving pid file %s", ap_pid_fname);
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c169 ap_log_pid(pconf, ap_pid_fname);
176 ap_remove_pid(pconf, ap_pid_fname);
/httpd/include/
H A Dmpm_common.h350 AP_DECLARE_DATA extern const char *ap_pid_fname;
/httpd/server/mpm/prefork/
H A Dprefork.c973 ap_log_pid(pconf, ap_pid_fname);
1156 ap_remove_pid(pconf, ap_pid_fname);
1192 ap_remove_pid(pconf, ap_pid_fname);
/httpd/server/mpm/motorz/
H A Dmotorz.c1194 ap_log_pid(pconf, ap_pid_fname);
1365 ap_remove_pid(pconf, ap_pid_fname);
1401 ap_remove_pid(pconf, ap_pid_fname);
/httpd/server/mpm/worker/
H A Dworker.c1813 ap_log_pid(pconf, ap_pid_fname);
1895 ap_remove_pid(pconf, ap_pid_fname);
1919 ap_remove_pid(pconf, ap_pid_fname);
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c1566 ap_log_pid(pconf, ap_pid_fname);
1732 ap_remove_pid(pconf, ap_pid_fname);
/httpd/server/mpm/event/
H A Devent.c3076 ap_log_pid(pconf, ap_pid_fname);
3153 ap_remove_pid(pconf, ap_pid_fname);
3176 ap_remove_pid(pconf, ap_pid_fname);

Completed in 4062 milliseconds