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

/httpd/modules/generators/
H A Dmod_cgid.c283 int stopping; local
291 stopping = 1; /* if MPM doesn't support query,
296 stopping = 0;
298 if (!stopping) {
311 /* don't do anything; server is stopping or restarting */
/httpd/modules/ssl/
H A Dmod_ssl_ct.c931 int stopping; local
939 stopping = 1; /* if MPM doesn't support query,
944 stopping = 0;
946 if (!stopping) {
959 /* don't do anything; server is stopping or restarting */

Completed in 23 milliseconds