Searched defs:auth_domain (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
290 auth_domain = domain;
295 auth_domain = i_strchr_to_next(user->auth_user, '@');
312 { '\0', auth_domain, "auth_domain" },
H A Dmail-storage-service.c410 const char *auth_user, *auth_username, *auth_domain; local
414 auth_domain = domain;
418 auth_domain = i_strchr_to_next(user->auth_user, '@');
434 { '\0', auth_domain, "auth_domain" },
/dovecot/src/imap-hibernate/
H A Dimap-client.c446 const char *auth_user, *auth_username, *auth_domain; local
451 auth_domain = domain;
454 auth_domain = i_strchr_to_next(auth_user, '@');
471 { '\0', auth_domain, "auth_domain" },

Completed in 354 milliseconds