Searched refs:user_name_and_realm_auto (Results 1 – 3 of 3) sorted by relevance
133 free(h->user_name_and_realm_auto); in user_record_free()1354 if (!h->user_name_and_realm_auto && h->realm) { in user_record_augment()1355 h->user_name_and_realm_auto = strjoin(h->user_name, "@", h->realm); in user_record_augment()1356 if (!h->user_name_and_realm_auto) in user_record_augment()1665 if (h->user_name_and_realm_auto) in user_record_user_name_and_realm()1666 return h->user_name_and_realm_auto; in user_record_user_name_and_realm()
239 …char *user_name_and_realm_auto; /* the user_name field concatenated with '@' and the realm, if the… member
99 free_and_replace(h->user_name_and_realm_auto, user_name_and_realm); in user_record_synthesize()