Searched refs:old_options (Results 1 – 3 of 3) sorted by relevance
1042 u_long old_options; variable1052 old_options = net_data->res->options;1056 net_data->res->options = old_options;1060 net_data->res->options = old_options;
524 krb5_get_init_creds_opt *old_options) in change_password() argument547 if (old_options && in change_password()548 (old_options->flags & KRB5_GET_INIT_CREDS_OPT_PREAUTH_LIST)) in change_password()550 old_options->preauth_list, in change_password()551 old_options->preauth_list_length); in change_password()552 if (old_options && in change_password()553 (old_options->flags & KRB5_GET_INIT_CREDS_OPT_CHANGE_PASSWORD_PROMPT)) in change_password()555 old_options->change_password_prompt); in change_password()
161 * lib/krb5/init_creds_pw.c (change_password): handle old_options