Searched refs:num_deny_groups (Results 1 – 3 of 3) sorted by relevance
181 options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()210 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()219 if (options.num_deny_groups > 0) in allowed_user()221 options.num_deny_groups)) { in allowed_user()
126 u_int num_deny_groups; member
117 options->num_deny_groups = 0; in initialize_server_options()1114 if (options->num_deny_groups >= MAX_DENY_GROUPS) in process_server_config_line()1117 options->deny_groups[options->num_deny_groups++] = xstrdup(arg); in process_server_config_line()1789 dump_cfg_strarray(sDenyGroups, o->num_deny_groups, o->deny_groups); in dump_config()