Searched refs:num_allow_users (Results 1 – 3 of 3) sorted by relevance
131 u_int num_allow_users; member223 M_CP_STRARRAYOPT(allow_users, num_allow_users); \
183 if (options.num_deny_users > 0 || options.num_allow_users > 0 || in allowed_user()201 if (options.num_allow_users > 0) { in allowed_user()202 for (i = 0; i < options.num_allow_users; i++) in allowed_user()207 if (i >= options.num_allow_users) { in allowed_user()
134 options->num_allow_users = 0; in initialize_server_options()1329 if (options->num_allow_users >= MAX_ALLOW_USERS) in process_server_config_line()1334 options->allow_users[options->num_allow_users++] = in process_server_config_line()2202 dump_cfg_strarray(sAllowUsers, o->num_allow_users, o->allow_users); in dump_config()