Searched refs:d_u_cred (Results 1 – 1 of 1) sorted by relevance
264 gss_union_cred_t d_u_cred = NULL; local266 d_u_cred = malloc(sizeof (gss_union_cred_desc));267 if (d_u_cred == NULL) {271 (void) memset(d_u_cred, 0,274 d_u_cred->count = 1;279 &d_u_cred->mechs_array);282 free(d_u_cred);286 d_u_cred->cred_array = malloc(288 if (d_u_cred->cred_array != NULL) {289 d_u_cred->cred_array[0] = tmp_d_cred;[all …]