Home
last modified time | relevance | path

Searched refs:errorx (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/net/ooni-mini/probe-engine-0.23.0/netx/dialer/
H A Derrorwrapper.go20 err = errorx.SafeErrWrapperBuilder{
25 Operation: errorx.ConnectOperation,
44 err = errorx.SafeErrWrapperBuilder{
48 Operation: errorx.ReadOperation,
56 err = errorx.SafeErrWrapperBuilder{
60 Operation: errorx.WriteOperation,
68 err = errorx.SafeErrWrapperBuilder{
72 Operation: errorx.CloseOperation,
H A Derrorwrapper_test.go21 errorWrapperCheckErr(t, err, errorx.ConnectOperation)
28 var errWrapper *errorx.ErrWrapper
38 if errWrapper.Failure != errorx.FailureEOFError {
54 errorWrapperCheckIOResult(t, count, err, errorx.ReadOperation)
56 errorWrapperCheckIOResult(t, count, err, errorx.WriteOperation)
58 errorWrapperCheckErr(t, err, errorx.CloseOperation)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/dialer/
H A Derrorwrapper.go20 err = errorx.SafeErrWrapperBuilder{
25 Operation: errorx.ConnectOperation,
44 err = errorx.SafeErrWrapperBuilder{
48 Operation: errorx.ReadOperation,
56 err = errorx.SafeErrWrapperBuilder{
60 Operation: errorx.WriteOperation,
68 err = errorx.SafeErrWrapperBuilder{
72 Operation: errorx.CloseOperation,
H A Derrorwrapper_test.go21 errorWrapperCheckErr(t, err, errorx.ConnectOperation)
28 var errWrapper *errorx.ErrWrapper
38 if errWrapper.Failure != errorx.FailureEOFError {
54 errorWrapperCheckIOResult(t, count, err, errorx.ReadOperation)
56 errorWrapperCheckIOResult(t, count, err, errorx.WriteOperation)
58 errorWrapperCheckErr(t, err, errorx.CloseOperation)
/dports/net/ooni-mini/probe-engine-0.23.0/netx/archival/
H A Darchival_test.go403 Err: &errorx.ErrWrapper{Failure: errorx.FailureDNSNXDOMAINError},
413 &errorx.ErrWrapper{Failure: errorx.FailureDNSNXDOMAINError}),
420 &errorx.ErrWrapper{Failure: errorx.FailureDNSNXDOMAINError}),
486 Name: errorx.CloseOperation,
962 err: &errorx.ErrWrapper{
973 err: &errorx.ErrWrapper{},
1042 err: &errorx.ErrWrapper{
1048 s := errorx.ConnectOperation
1054 err: &errorx.ErrWrapper{
1059 s := errorx.UnknownOperation
[all …]
H A Darchival.go86 if event.Name != errorx.ConnectOperation {
116 err = errorx.SafeErrWrapperBuilder{
118 Operation: errorx.TopLevelOperation,
120 errWrapper := err.(*errorx.ErrWrapper)
134 errWrapper *errorx.ErrWrapper
135 s = errorx.UnknownOperation
483 if ev.Name == errorx.ConnectOperation {
493 if ev.Name == errorx.ReadOperation {
502 if ev.Name == errorx.WriteOperation {
511 if ev.Name == errorx.ReadFromOperation {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/archival/
H A Darchival_test.go374 Err: &errorx.ErrWrapper{Failure: errorx.FailureDNSNXDOMAINError},
383 &errorx.ErrWrapper{Failure: errorx.FailureDNSNXDOMAINError}),
390 &errorx.ErrWrapper{Failure: errorx.FailureDNSNXDOMAINError}),
456 Name: errorx.CloseOperation,
932 err: &errorx.ErrWrapper{
943 err: &errorx.ErrWrapper{},
1005 err: &errorx.ErrWrapper{
1011 s := errorx.ConnectOperation
1017 err: &errorx.ErrWrapper{
1022 s := errorx.UnknownOperation
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/webconnectivity/
H A Dsummary.go130 *tk.DNSExperimentFailure == errorx.FailureDNSNXDOMAINError &&
143 *tk.DNSExperimentFailure == errorx.FailureDNSNXDOMAINError {
187 case errorx.FailureConnectionRefused:
194 case errorx.FailureConnectionReset:
201 case errorx.FailureDNSNXDOMAINError:
207 case errorx.FailureEOFError:
213 case errorx.FailureGenericTimeoutError:
219 case errorx.FailureSSLInvalidHostname,
220 errorx.FailureSSLInvalidCertificate,
221 errorx.FailureSSLUnknownAuthority:
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/webconnectivity/
H A Dsummary.go130 *tk.DNSExperimentFailure == errorx.FailureDNSNXDOMAINError &&
143 *tk.DNSExperimentFailure == errorx.FailureDNSNXDOMAINError {
187 case errorx.FailureConnectionRefused:
194 case errorx.FailureConnectionReset:
201 case errorx.FailureDNSNXDOMAINError:
207 case errorx.FailureEOFError:
213 case errorx.FailureGenericTimeoutError:
219 case errorx.FailureSSLInvalidHostname,
220 errorx.FailureSSLInvalidCertificate,
221 errorx.FailureSSLUnknownAuthority:
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/sniblocking/
H A Dsniblocking_test.go32 tk.Target.Failure = asStringPtr(errorx.FailureConnectionRefused)
39 tk.Target.Failure = asStringPtr(errorx.FailureDNSNXDOMAINError)
46 tk.Target.Failure = asStringPtr(errorx.FailureConnectionReset)
53 tk.Target.Failure = asStringPtr(errorx.FailureEOFError)
60 tk.Target.Failure = asStringPtr(errorx.FailureSSLInvalidHostname)
67 tk.Target.Failure = asStringPtr(errorx.FailureSSLUnknownAuthority)
74 tk.Target.Failure = asStringPtr(errorx.FailureSSLInvalidCertificate)
81 tk.Target.Failure = asStringPtr(errorx.FailureGenericTimeoutError)
88 tk.Target.Failure = asStringPtr(errorx.FailureGenericTimeoutError)
89 tk.Control.Failure = asStringPtr(errorx.FailureGenericTimeoutError)
[all …]
H A Dsniblocking.go67 case errorx.FailureConnectionRefused:
69 case errorx.FailureConnectionReset:
71 case errorx.FailureDNSNXDOMAINError:
73 case errorx.FailureEOFError:
75 case errorx.FailureGenericTimeoutError:
80 case errorx.FailureSSLInvalidCertificate:
82 case errorx.FailureSSLInvalidHostname:
84 case errorx.FailureSSLUnknownAuthority:
120 s := errorx.FailureInterrupted
121 failedop := errorx.TopLevelOperation
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/sniblocking/
H A Dsniblocking_test.go32 tk.Target.Failure = asStringPtr(errorx.FailureConnectionRefused)
39 tk.Target.Failure = asStringPtr(errorx.FailureDNSNXDOMAINError)
46 tk.Target.Failure = asStringPtr(errorx.FailureConnectionReset)
53 tk.Target.Failure = asStringPtr(errorx.FailureEOFError)
60 tk.Target.Failure = asStringPtr(errorx.FailureSSLInvalidHostname)
67 tk.Target.Failure = asStringPtr(errorx.FailureSSLUnknownAuthority)
74 tk.Target.Failure = asStringPtr(errorx.FailureSSLInvalidCertificate)
81 tk.Target.Failure = asStringPtr(errorx.FailureGenericTimeoutError)
88 tk.Target.Failure = asStringPtr(errorx.FailureGenericTimeoutError)
89 tk.Control.Failure = asStringPtr(errorx.FailureGenericTimeoutError)
[all …]
H A Dsniblocking.go67 case errorx.FailureConnectionRefused:
69 case errorx.FailureConnectionReset:
71 case errorx.FailureDNSNXDOMAINError:
73 case errorx.FailureEOFError:
75 case errorx.FailureGenericTimeoutError:
80 case errorx.FailureSSLInvalidCertificate:
82 case errorx.FailureSSLInvalidHostname:
84 case errorx.FailureSSLUnknownAuthority:
120 s := errorx.FailureInterrupted
121 failedop := errorx.TopLevelOperation
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/telegram/
H A Dtelegram_test.go97 s := errorx.FailureEOFError
128 s := errorx.FailureEOFError
140 s := errorx.FailureEOFError
162 s := errorx.ConnectOperation
166 s := errorx.FailureEOFError
182 s := errorx.FailureEOFError
204 s := errorx.ConnectOperation
208 s := errorx.FailureEOFError
220 s := errorx.ConnectOperation
224 s := errorx.FailureEOFError
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/telegram/
H A Dtelegram_test.go97 s := errorx.FailureEOFError
128 s := errorx.FailureEOFError
140 s := errorx.FailureEOFError
162 s := errorx.ConnectOperation
166 s := errorx.FailureEOFError
182 s := errorx.FailureEOFError
204 s := errorx.ConnectOperation
208 s := errorx.FailureEOFError
220 s := errorx.ConnectOperation
224 s := errorx.FailureEOFError
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/legacy/netx/oldhttptransport/
H A Dtracetripper.go91 majorOp = errorx.HTTPRoundTripOperation
111 majorOp = errorx.TLSHandshakeOperation
125 err = errorx.SafeErrWrapperBuilder{
127 Operation: errorx.TLSHandshakeOperation,
144 majorOp = errorx.HTTPRoundTripOperation
189 err := errorx.SafeErrWrapperBuilder{
191 Operation: errorx.HTTPRoundTripOperation,
228 err = errorx.SafeErrWrapperBuilder{
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/legacy/netx/oldhttptransport/
H A Dtracetripper.go91 majorOp = errorx.HTTPRoundTripOperation
111 majorOp = errorx.TLSHandshakeOperation
125 err = errorx.SafeErrWrapperBuilder{
127 Operation: errorx.TLSHandshakeOperation,
144 majorOp = errorx.HTTPRoundTripOperation
189 err := errorx.SafeErrWrapperBuilder{
191 Operation: errorx.HTTPRoundTripOperation,
228 err = errorx.SafeErrWrapperBuilder{
/dports/net/kamailio/kamailio-5.4.5/src/modules/msilo/
H A Dms_msg_list.c162 goto errorx; in msg_list_check_msg()
206 errorx: in msg_list_check_msg()
220 goto errorx; in msg_list_set_flag()
240 errorx: in msg_list_set_flag()
253 goto errorx; in msg_list_check()
295 errorx: in msg_list_check()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/libtests/
H A Dpngunknown.c894 const char *errorx = NULL; in check_handling() local
908 errorx = "chunk processed"; in check_handling()
914 errorx = "DEFAULT: unknown chunk saved"; in check_handling()
919 errorx = "DISCARD: unknown chunk saved"; in check_handling()
935 errorx = "SAVE: unknown chunk lost"; in check_handling()
939 errorx = "internal error: bad keep"; in check_handling()
965 errorx = "DISCARD: known chunk saved"; in check_handling()
981 errorx = "SAVE: known chunk lost"; in check_handling()
985 errorx = "internal error: bad keep (2)"; in check_handling()
990 if (errorx != NULL) in check_handling()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/contrib/libtests/
H A Dpngunknown.c902 const char *errorx = NULL; in check_handling() local
916 errorx = "chunk processed"; in check_handling()
922 errorx = "DEFAULT: unknown chunk saved"; in check_handling()
927 errorx = "DISCARD: unknown chunk saved"; in check_handling()
943 errorx = "SAVE: unknown chunk lost"; in check_handling()
947 errorx = "internal error: bad keep"; in check_handling()
973 errorx = "DISCARD: known chunk saved"; in check_handling()
989 errorx = "SAVE: known chunk lost"; in check_handling()
993 errorx = "internal error: bad keep (2)"; in check_handling()
998 if (errorx != NULL) in check_handling()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/contrib/libtests/
H A Dpngunknown.c902 const char *errorx = NULL; in check_handling() local
916 errorx = "chunk processed"; in check_handling()
922 errorx = "DEFAULT: unknown chunk saved"; in check_handling()
927 errorx = "DISCARD: unknown chunk saved"; in check_handling()
943 errorx = "SAVE: unknown chunk lost"; in check_handling()
947 errorx = "internal error: bad keep"; in check_handling()
973 errorx = "DISCARD: known chunk saved"; in check_handling()
989 errorx = "SAVE: known chunk lost"; in check_handling()
993 errorx = "internal error: bad keep (2)"; in check_handling()
998 if (errorx != NULL) in check_handling()
[all …]
/dports/graphics/optipng/optipng-0.7.7/src/libpng/contrib/libtests/
H A Dpngunknown.c902 const char *errorx = NULL; in check_handling() local
916 errorx = "chunk processed"; in check_handling()
922 errorx = "DEFAULT: unknown chunk saved"; in check_handling()
927 errorx = "DISCARD: unknown chunk saved"; in check_handling()
943 errorx = "SAVE: unknown chunk lost"; in check_handling()
947 errorx = "internal error: bad keep"; in check_handling()
973 errorx = "DISCARD: known chunk saved"; in check_handling()
989 errorx = "SAVE: known chunk lost"; in check_handling()
993 errorx = "internal error: bad keep (2)"; in check_handling()
998 if (errorx != NULL) in check_handling()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/contrib/libtests/
H A Dpngunknown.c883 const char *errorx = NULL; in check_handling() local
897 errorx = "chunk processed"; in check_handling()
903 errorx = "DEFAULT: unknown chunk saved"; in check_handling()
908 errorx = "DISCARD: unknown chunk saved"; in check_handling()
924 errorx = "SAVE: unknown chunk lost"; in check_handling()
928 errorx = "internal error: bad keep"; in check_handling()
954 errorx = "DISCARD: known chunk saved"; in check_handling()
970 errorx = "SAVE: known chunk lost"; in check_handling()
974 errorx = "internal error: bad keep (2)"; in check_handling()
979 if (errorx != NULL) in check_handling()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/contrib/libtests/
H A Dpngunknown.c902 const char *errorx = NULL; in check_handling() local
916 errorx = "chunk processed"; in check_handling()
922 errorx = "DEFAULT: unknown chunk saved"; in check_handling()
927 errorx = "DISCARD: unknown chunk saved"; in check_handling()
943 errorx = "SAVE: unknown chunk lost"; in check_handling()
947 errorx = "internal error: bad keep"; in check_handling()
973 errorx = "DISCARD: known chunk saved"; in check_handling()
989 errorx = "SAVE: known chunk lost"; in check_handling()
993 errorx = "internal error: bad keep (2)"; in check_handling()
998 if (errorx != NULL) in check_handling()
[all …]
/dports/graphics/png/libpng-1.6.37/contrib/libtests/
H A Dpngunknown.c902 const char *errorx = NULL; in check_handling() local
916 errorx = "chunk processed"; in check_handling()
922 errorx = "DEFAULT: unknown chunk saved"; in check_handling()
927 errorx = "DISCARD: unknown chunk saved"; in check_handling()
943 errorx = "SAVE: unknown chunk lost"; in check_handling()
947 errorx = "internal error: bad keep"; in check_handling()
973 errorx = "DISCARD: known chunk saved"; in check_handling()
989 errorx = "SAVE: known chunk lost"; in check_handling()
993 errorx = "internal error: bad keep (2)"; in check_handling()
998 if (errorx != NULL) in check_handling()
[all …]

1234567