vendor/golang.org/x/net/dns/dnsmessage.Message.Questions (field)
9 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L370: Questions []Question
message.go#L1067: if m.Questions, err = p.AllQuestions(); err != nil {
message.go#L1093: if len(m.Questions) > int(^uint16(0)) {
message.go#L1109: h.questions = uint16(len(m.Questions))
message.go#L1127: for i := range m.Questions {
message.go#L1129: if msg, err = m.Questions[i].pack(msg, compression, compressionOff); err != nil {
message.go#L1159: if len(m.Questions) > 0 {
message.go#L1160: s += m.Questions[0].GoString()
message.go#L1161: for _, q := range m.Questions[1:] {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |