Searched defs:auth_domain (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/ |
H A D | mail-user.c | 286 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 D | mail-storage-service.c | 410 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 D | imap-client.c | 446 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