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

/httpd/modules/generators/
H A Dmod_cgid.c91 static int daemon_should_exit = 0; variable
581 ++daemon_should_exit;
671 while (!daemon_should_exit) {
698 ++daemon_should_exit;
873 daemon_should_exit = 0; /* clear setting from previous generation */
/httpd/modules/ssl/
H A Dmod_ssl_ct.c210 static int daemon_should_exit = 0; variable
922 ++daemon_should_exit;
1045 while (!daemon_should_exit) {
1059 daemon_should_exit = 0; /* clear setting from previous generation */

Completed in 24 milliseconds