const vendor/golang.org/x/net/dns/dnsmessage.sectionQuestions
11 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L371: sectionQuestions
message.go#L386: sectionQuestions: "Question",
message.go#L404: case sectionQuestions:
message.go#L544: p.section = sectionQuestions
message.go#L623: if err := p.checkAdvance(sectionQuestions); err != nil {
message.go#L667: if err := p.checkAdvance(sectionQuestions); err != nil {
message.go#L1233: if err := b.startCheck(sectionQuestions); err != nil {
message.go#L1236: b.section = sectionQuestions
message.go#L1271: case sectionQuestions:
message.go#L1293: if b.section < sectionQuestions {
message.go#L1296: if b.section > sectionQuestions {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |