Home
last modified time | relevance | path

Searched refs:ErrNotStarted (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
630 return MXResource{}, ErrNotStarted
648 return NSResource{}, ErrNotStarted
666 return PTRResource{}, ErrNotStarted
684 return SOAResource{}, ErrNotStarted
702 return TXTResource{}, ErrNotStarted
738 return AResource{}, ErrNotStarted
893 return ErrNotStarted
964 return ErrNotStarted
982 return ErrNotStarted
[all …]
/dports/misc/exercism/cli-3.0.13/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
630 return MXResource{}, ErrNotStarted
648 return NSResource{}, ErrNotStarted
666 return PTRResource{}, ErrNotStarted
684 return SOAResource{}, ErrNotStarted
702 return TXTResource{}, ErrNotStarted
738 return AResource{}, ErrNotStarted
893 return ErrNotStarted
964 return ErrNotStarted
982 return ErrNotStarted
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/x/net/dns/dnsmessage/
H A Dmessage_test.go236 if err := test.fn(&Parser{}); err != ErrNotStarted {
237 t.Errorf("got _, %v = p.%s(), want = _, %v", err, test.name, ErrNotStarted)
413 if err := test.f(); err != ErrNotStarted {
414 t.Errorf("Got %s() = %v, want = %v", test.name, err, ErrNotStarted)
545 …ectionNotStarted", func() *Builder { return &Builder{section: sectionNotStarted} }, ErrNotStarted},
579 …ectionNotStarted", func() *Builder { return &Builder{section: sectionNotStarted} }, ErrNotStarted},
580 {"sectionHeader", func() *Builder { return &Builder{section: sectionHeader} }, ErrNotStarted},
581 …"sectionQuestions", func() *Builder { return &Builder{section: sectionQuestions} }, ErrNotStarted},
596 want := ErrNotStarted
H A Dmessage.go347 return ErrNotStarted
667 return MXResource{}, ErrNotStarted
685 return NSResource{}, ErrNotStarted
703 return PTRResource{}, ErrNotStarted
721 return SOAResource{}, ErrNotStarted
739 return TXTResource{}, ErrNotStarted
775 return AResource{}, ErrNotStarted
968 return ErrNotStarted
1039 return ErrNotStarted
1057 return ErrNotStarted
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/internal/x/net/dns/dnsmessage/
H A Dmessage_test.go236 if err := test.fn(&Parser{}); err != ErrNotStarted {
237 t.Errorf("got _, %v = p.%s(), want = _, %v", err, test.name, ErrNotStarted)
413 if err := test.f(); err != ErrNotStarted {
414 t.Errorf("Got %s() = %v, want = %v", test.name, err, ErrNotStarted)
545 …ectionNotStarted", func() *Builder { return &Builder{section: sectionNotStarted} }, ErrNotStarted},
579 …ectionNotStarted", func() *Builder { return &Builder{section: sectionNotStarted} }, ErrNotStarted},
580 {"sectionHeader", func() *Builder { return &Builder{section: sectionHeader} }, ErrNotStarted},
581 …"sectionQuestions", func() *Builder { return &Builder{section: sectionQuestions} }, ErrNotStarted},
596 want := ErrNotStarted
H A Dmessage.go347 return ErrNotStarted
667 return MXResource{}, ErrNotStarted
685 return NSResource{}, ErrNotStarted
703 return PTRResource{}, ErrNotStarted
721 return SOAResource{}, ErrNotStarted
739 return TXTResource{}, ErrNotStarted
775 return AResource{}, ErrNotStarted
968 return ErrNotStarted
1039 return ErrNotStarted
1057 return ErrNotStarted
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/internal/x/net/dns/dnsmessage/
H A Dmessage_test.go236 if err := test.fn(&Parser{}); err != ErrNotStarted {
237 t.Errorf("got _, %v = p.%s(), want = _, %v", err, test.name, ErrNotStarted)
413 if err := test.f(); err != ErrNotStarted {
414 t.Errorf("Got %s() = %v, want = %v", test.name, err, ErrNotStarted)
545 …ectionNotStarted", func() *Builder { return &Builder{section: sectionNotStarted} }, ErrNotStarted},
579 …ectionNotStarted", func() *Builder { return &Builder{section: sectionNotStarted} }, ErrNotStarted},
580 {"sectionHeader", func() *Builder { return &Builder{section: sectionHeader} }, ErrNotStarted},
581 …"sectionQuestions", func() *Builder { return &Builder{section: sectionQuestions} }, ErrNotStarted},
596 want := ErrNotStarted
H A Dmessage.go347 return ErrNotStarted
667 return MXResource{}, ErrNotStarted
685 return NSResource{}, ErrNotStarted
703 return PTRResource{}, ErrNotStarted
721 return SOAResource{}, ErrNotStarted
739 return TXTResource{}, ErrNotStarted
775 return AResource{}, ErrNotStarted
968 return ErrNotStarted
1039 return ErrNotStarted
1057 return ErrNotStarted
[all …]
/dports/devel/awless/awless-0.1.11/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
630 return MXResource{}, ErrNotStarted
648 return NSResource{}, ErrNotStarted
666 return PTRResource{}, ErrNotStarted
684 return SOAResource{}, ErrNotStarted
702 return TXTResource{}, ErrNotStarted
738 return AResource{}, ErrNotStarted
897 return ErrNotStarted
968 return ErrNotStarted
986 return ErrNotStarted
[all …]
/dports/security/acmetool/acmetool-0.2.1/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
663 return MXResource{}, ErrNotStarted
681 return NSResource{}, ErrNotStarted
699 return PTRResource{}, ErrNotStarted
717 return SOAResource{}, ErrNotStarted
735 return TXTResource{}, ErrNotStarted
771 return AResource{}, ErrNotStarted
964 return ErrNotStarted
1035 return ErrNotStarted
1053 return ErrNotStarted
[all …]
/dports/sysutils/hared/hared-hare-1.0-45-g8341d8a/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
630 return MXResource{}, ErrNotStarted
648 return NSResource{}, ErrNotStarted
666 return PTRResource{}, ErrNotStarted
684 return SOAResource{}, ErrNotStarted
702 return TXTResource{}, ErrNotStarted
738 return AResource{}, ErrNotStarted
897 return ErrNotStarted
968 return ErrNotStarted
986 return ErrNotStarted
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
630 return MXResource{}, ErrNotStarted
648 return NSResource{}, ErrNotStarted
666 return PTRResource{}, ErrNotStarted
684 return SOAResource{}, ErrNotStarted
702 return TXTResource{}, ErrNotStarted
738 return AResource{}, ErrNotStarted
897 return ErrNotStarted
968 return ErrNotStarted
986 return ErrNotStarted
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/miekg/dns/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
630 return MXResource{}, ErrNotStarted
648 return NSResource{}, ErrNotStarted
666 return PTRResource{}, ErrNotStarted
684 return SOAResource{}, ErrNotStarted
702 return TXTResource{}, ErrNotStarted
738 return AResource{}, ErrNotStarted
897 return ErrNotStarted
968 return ErrNotStarted
986 return ErrNotStarted
[all …]
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go343 return ErrNotStarted
630 return MXResource{}, ErrNotStarted
648 return NSResource{}, ErrNotStarted
666 return PTRResource{}, ErrNotStarted
684 return SOAResource{}, ErrNotStarted
702 return TXTResource{}, ErrNotStarted
738 return AResource{}, ErrNotStarted
897 return ErrNotStarted
968 return ErrNotStarted
986 return ErrNotStarted
[all …]
/dports/dns/nextdns/nextdns-1.32.2/internal/dnsmessage/
H A Dmessage.go557 return ErrNotStarted
877 return MXResource{}, ErrNotStarted
895 return NSResource{}, ErrNotStarted
913 return PTRResource{}, ErrNotStarted
931 return SOAResource{}, ErrNotStarted
949 return TXTResource{}, ErrNotStarted
985 return AResource{}, ErrNotStarted
1266 return ErrNotStarted
1337 return ErrNotStarted
1355 return ErrNotStarted
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/security/lego/lego-4.5.3/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/golang.org/x/net/dns/dnsmessage/
H A Dmessage.go550 return ErrNotStarted
870 return MXResource{}, ErrNotStarted
888 return NSResource{}, ErrNotStarted
906 return PTRResource{}, ErrNotStarted
924 return SOAResource{}, ErrNotStarted
942 return TXTResource{}, ErrNotStarted
978 return AResource{}, ErrNotStarted
1241 return ErrNotStarted
1312 return ErrNotStarted
1330 return ErrNotStarted
[all …]

12345678910>>...12