/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | close_reason.go | 14 timeout *TimeoutReason 29 func NewTimeoutCloseReason(r TimeoutReason) CloseReason { argument 55 func (r *CloseReason) Timeout() (reason TimeoutReason, ok bool) {
|
H A D | types.go | 74 type TimeoutReason uint8 type 79 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | close_reason.go | 14 timeout *TimeoutReason 29 func NewTimeoutCloseReason(r TimeoutReason) CloseReason { argument 55 func (r *CloseReason) Timeout() (reason TimeoutReason, ok bool) {
|
H A D | types.go | 74 type TimeoutReason uint8 type 79 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | close_reason.go | 14 timeout *TimeoutReason 29 func NewTimeoutCloseReason(r TimeoutReason) CloseReason { argument 55 func (r *CloseReason) Timeout() (reason TimeoutReason, ok bool) {
|
H A D | types.go | 74 type TimeoutReason uint8 type 79 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | close_reason.go | 14 timeout *TimeoutReason 30 func NewTimeoutCloseReason(r TimeoutReason) CloseReason { argument 61 func (r *CloseReason) Timeout() (reason TimeoutReason, ok bool) {
|
H A D | types.go | 72 type TimeoutReason uint8 type 77 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | types.go | 72 type TimeoutReason uint8 type 77 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | types.go | 72 type TimeoutReason uint8 type 77 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | types.go | 72 type TimeoutReason uint8 type 77 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | types.go | 72 type TimeoutReason uint8 type 77 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/logging/ |
H A D | types.go | 72 type TimeoutReason uint8 type 77 TimeoutReasonHandshake TimeoutReason = iota
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/metrics/ |
H A D | types.go | 69 type timeoutReason logging.TimeoutReason 72 switch logging.TimeoutReason(r) {
|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/metrics/ |
H A D | types.go | 69 type timeoutReason logging.TimeoutReason 72 switch logging.TimeoutReason(r) {
|
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | types.go | 305 type timeoutReason logging.TimeoutReason 308 switch logging.TimeoutReason(r) {
|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | types.go | 305 type timeoutReason logging.TimeoutReason 308 switch logging.TimeoutReason(r) {
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | types.go | 305 type timeoutReason logging.TimeoutReason 308 switch logging.TimeoutReason(r) {
|
/dports/games/pokerth/pokerth-1.1.2-rc/ |
H A D | pokerth.proto | 661 enum TimeoutReason { enum 666 required TimeoutReason timeoutReason = 1;
|
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/ |
H A D | ProtoBuf.java | 46256 de.pokerth.protocol.ProtoBuf.TimeoutWarningMessage.TimeoutReason getTimeoutReason(); in getTimeoutReason() 46319 …l.ProtoBuf.TimeoutWarningMessage.TimeoutReason value = de.pokerth.protocol.ProtoBuf.TimeoutWarning… in TimeoutWarningMessage() 46370 public enum TimeoutReason enum in ProtoBuf.TimeoutWarningMessage 46402 public static TimeoutReason valueOf(int value) { in valueOf() 46411 public static com.google.protobuf.Internal.EnumLiteMap<TimeoutReason> 46415 private static com.google.protobuf.Internal.EnumLiteMap<TimeoutReason> 46417 new com.google.protobuf.Internal.EnumLiteMap<TimeoutReason>() { 46418 public TimeoutReason findValueByNumber(int number) { 46419 return TimeoutReason.valueOf(number); 46425 private TimeoutReason(int index, int value) { in TimeoutReason() method in ProtoBuf.TimeoutWarningMessage.TimeoutReason [all …]
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/ |
H A D | pokerth.pb.h | 9795 typedef TimeoutWarningMessage_TimeoutReason TimeoutReason; typedef 9796 …static const TimeoutReason timeoutNoDataReceived = TimeoutWarningMessage_TimeoutReason_timeoutNoDa… 9797 …static const TimeoutReason timeoutInactiveGame = TimeoutWarningMessage_TimeoutReason_timeoutInacti… 9798 …static const TimeoutReason timeoutKickAfterAutofold = TimeoutWarningMessage_TimeoutReason_timeoutK… 9802 static const TimeoutReason TimeoutReason_MIN = 9804 static const TimeoutReason TimeoutReason_MAX =
|