Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StartAuthorities (0.14 sec)

  1. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	if err := b.startCheck(sectionAnswers); err != nil {
    		return err
    	}
    	b.section = sectionAnswers
    	return nil
    }
    
    // StartAuthorities prepares the builder for packing Authorities.
    func (b *Builder) StartAuthorities() error {
    	if err := b.startCheck(sectionAuthorities); err != nil {
    		return err
    	}
    	b.section = sectionAuthorities
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
Back to top