Lines Matching defs:auth
704 struct uri_authority *auth) ATTR_NULL(2)
725 if (auth != NULL)
726 auth->port = port;
732 struct uri_authority *auth, bool host_name) ATTR_NULL(2)
741 if (auth != NULL)
742 i_zero(auth);
757 if (auth != NULL)
758 auth->enc_userinfo = p_strdup_until(parser->pool, parser->cur, p);
764 (auth == NULL ? NULL : &auth->host), host_name) < 0)
780 if ((ret = uri_parse_port(parser, auth)) < 0)
798 struct uri_authority *auth, bool host_name)
808 return uri_do_parse_authority(parser, auth, host_name);
812 struct uri_authority *auth)
814 return uri_do_parse_authority(parser, auth, FALSE);
818 struct uri_authority *auth)
820 return uri_do_parse_slashslash_authority(parser, auth, FALSE);
824 struct uri_authority *auth)
826 return uri_do_parse_authority(parser, auth, TRUE);
830 struct uri_authority *auth)
832 return uri_do_parse_slashslash_authority(parser, auth, TRUE);