Searched defs:daemon_pid (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/generators/
H A Dmod_cgid.c90 static pid_t daemon_pid; variable
874 if ((daemon_pid = fork()) < 0) {
879 else if (daemon_pid == 0) {
885 procnew->pid = daemon_pid;
1262 if (connect_errno != ENOENT && kill(daemon_pid, 0) != 0) {
/httpd/modules/ssl/
H A Dmod_ssl_ct.c209 static pid_t daemon_pid; variable
1060 if ((daemon_pid = fork()) < 0) {
1065 else if (daemon_pid == 0) {
1071 procnew->pid = daemon_pid;

Completed in 1720 milliseconds