Searched refs:congenital (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/examples/
H A Dmod_example_hooks.c117 int congenital; /* Boolean: did we inherit an "Example"? */ member in struct:x_cfg
560 cfg->congenital = 0;
604 * Others, like the setting of the `congenital' flag, get ORed in. The
608 merged_config->congenital = (pconf->congenital | pconf->local);
646 cfg->congenital = 0;
686 merged_config->congenital = (s1conf->congenital | s1conf->local);
1065 (dcfg->congenital ? "YES" : "NO"));

Completed in 1279 milliseconds