Searched refs:new_email (Results 1 – 3 of 3) sorted by relevance
533 RustGeneralName::Email(s) => GeneralName::new_email(s.as_bytes())?, in build()
2014 pub(crate) fn new_email(email: &[u8]) -> Result<GeneralName, ErrorStack> { in new_email() method
3059 my $new_email = "$email_address$new_comment";3062 "Invalid email format for stable: '$email', prefer '$new_email'\n" . $herecurr) &&3064 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/;3078 my $new_email = format_email($email_name, $name_comment, $email_address, $new_comment);3081 "Unexpected content after email: '$email', should be: '$new_email'\n" . $herecurr) &&3083 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/;