Lines Matching refs:rec
70 memcpy(&arg.rec, princ, sizeof(kadm5_principal_ent_rec_v1));
72 memcpy(&arg.rec, princ, sizeof(kadm5_principal_ent_rec));
82 /* krb5_parse_name(handle->context, "bogus/bogus", &arg.rec.mod_name); */
83 arg.rec.mod_name = NULL;
85 arg.rec.mod_name = NULL;
88 arg.rec.policy = NULL;
90 arg.rec.n_key_data = 0;
91 arg.rec.key_data = NULL;
94 arg.rec.n_tl_data = 0;
95 arg.rec.tl_data = NULL;
101 krb5_free_principal(handle->context, arg.rec.mod_name);
132 memcpy(&arg.rec, princ, sizeof(kadm5_principal_ent_rec_v1));
134 memcpy(&arg.rec, princ, sizeof(kadm5_principal_ent_rec));
144 krb5_parse_name(handle->context, "bogus/bogus", &arg.rec.mod_name);
146 arg.rec.mod_name = NULL;
149 arg.rec.policy = NULL;
151 arg.rec.n_key_data = 0;
152 arg.rec.key_data = NULL;
155 arg.rec.n_tl_data = 0;
156 arg.rec.tl_data = NULL;
162 krb5_free_principal(handle->context, arg.rec.mod_name);
208 memcpy(&arg.rec, princ, sizeof(kadm5_principal_ent_rec_v1));
210 memcpy(&arg.rec, princ, sizeof(kadm5_principal_ent_rec));
213 arg.rec.policy = NULL;
215 arg.rec.n_key_data = 0;
216 arg.rec.key_data = NULL;
219 arg.rec.n_tl_data = 0;
220 arg.rec.tl_data = NULL;
227 krb5_parse_name(handle->context, "bogus/bogus", &arg.rec.mod_name);
229 arg.rec.mod_name = NULL;
234 krb5_free_principal(handle->context, arg.rec.mod_name);
274 memcpy(*entp, &r->rec, sizeof(**entp));
280 memcpy(ent, &r->rec, sizeof(r->rec));