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

/httpd/modules/examples/
H A Dmod_example_hooks.c108 int cmode; /* Environment to which record applies member in struct:x_cfg
561 cfg->cmode = CONFIG_MODE_DIRECTORY;
614 merged_config->cmode =
615 (pconf->cmode == nconf->cmode) ? pconf->cmode : CONFIG_MODE_COMBO;
647 cfg->cmode = CONFIG_MODE_SERVER;
683 merged_config->cmode =
684 (s1conf->cmode == s2conf->cmode)
[all...]

Completed in 871 milliseconds