Searched defs:auth_username (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-user.c286 const char *auth_user, *auth_username, *auth_domain; local
289 auth_username = username;
293 auth_username =
311 { '\0', auth_username, "auth_username" },
H A Dmail-storage-service.c410 const char *auth_user, *auth_username, *auth_domain; local
413 auth_username = username;
417 auth_username = t_strcut(user->auth_user, '@');
433 { '\0', auth_username, "auth_username" },
/dovecot/src/imap-hibernate/
H A Dimap-client.c446 const char *auth_user, *auth_username, *auth_domain; local
450 auth_username = username;
453 auth_username = t_strcut(auth_user, '@');
470 { '\0', auth_username, "auth_username" },

Completed in 1091 milliseconds