Searched defs:active (Results 1 - 8 of 8) sorted by relevance

/httpd/modules/generators/
H A Dmod_suexec.h30 int active; member in struct:__anon191
/httpd/include/
H A Dap_listen.h65 * Is this socket currently active
67 int active; member in struct:ap_listen_rec
/httpd/modules/cluster/
H A Dmod_heartbeat.c34 int active; member in struct:hb_ctx_t
134 if (!ctx->active || strcmp(name, AP_WATCHDOG_SINGLETON)) {
145 if (ctx->active && singleton && !strcmp(name, AP_WATCHDOG_SINGLETON))
183 if (!ctx->active) {
184 ctx->active = 1;
H A Dmod_heartmonitor.c57 int active; member in struct:hm_ctx_t
593 if (!ctx->active) {
702 if (!ctx->active) {
794 ctx->active = 0;
841 if (!ctx->active) {
842 ctx->active = 1;
/httpd/modules/metadata/
H A Dmod_expires.c169 int active; member in struct:__anon251
189 new->active = ACTIVE_DONTCARE;
201 * set the active flag
203 dir_config->active = ACTIVE_ON;
205 dir_config->active = ACTIVE_OFF;
366 if (add->active == ACTIVE_DONTCARE) {
367 new->active = base->active;
370 new->active = add->active;
[all...]
/httpd/modules/core/
H A Dmod_watchdog.c52 int active; member in struct:ap_watchdog_t
382 w->active++;
465 if (!w->active) {
470 * Mark it as active
472 w->active = 1;
475 if (w->active) {
476 /* We have active watchdog.
505 if (!w->active) {
510 * Mark it as active
512 w->active
[all...]
/httpd/server/
H A Dmpm_common.c154 int active; /* number of active processes */ member in struct:mpm_gen_info_t
155 int done; /* gen finished? (whether or not active processes) */
476 if (cur->active == 0) {
518 cur->active = cur->done = 0;
528 ++cur->active;
538 --cur->active;
539 if (!cur->active && cur->done) { /* no children, server has stopped/restarted */
/httpd/server/mpm/motorz/
H A Dmotorz.c1152 int active = 0; local
1164 active++;
1167 if (active > ap_num_kids) {
1175 else if (active < ap_num_kids) {
1372 * Reap the inactive children, and ask the active ones
1387 /* Send SIGUSR1 to the active children */

Completed in 50 milliseconds