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

/httpd/modules/arch/unix/
H A Dmod_privileges.c45 typedef enum { PRIV_UNSET, PRIV_FAST, PRIV_SECURE, PRIV_SELECTIVE } priv_mode; enumerator in enum:__anon73
146 ((cfg->mode == PRIV_SELECTIVE) && (dcfg->mode == PRIV_SECURE))) {
195 if ((cfg->mode == PRIV_SELECTIVE)) {
205 if ((cfg->mode != PRIV_SELECTIVE)) {
499 mode = PRIV_SELECTIVE;
506 if ((mode == PRIV_UNSET) || (mode == PRIV_SELECTIVE)) {

Completed in 21 milliseconds