Home
last modified time | relevance | path

Searched refs:error_to_exit (Results 1 – 15 of 15) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/inets/src/inets_app/
H A Dinets_trace.erl162 error_to_exit(ctp, dbg:ctp(MFA)),
163 error_to_exit(p, dbg:p(all, clear))
170 error_to_exit(ctp, dbg:ctp(MFA)),
171 error_to_exit(tp, dbg:tp(MFA, Pattern)),
172 error_to_exit(p, dbg:p(all, [call, timestamp]))
179 error_to_exit(_Where, {ok, _} = OK) -> function
181 error_to_exit(Where, {error, Reason}) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/src/inets_app/
H A Dinets_trace.erl162 error_to_exit(ctp, dbg:ctp(MFA)),
163 error_to_exit(p, dbg:p(all, clear))
170 error_to_exit(ctp, dbg:ctp(MFA)),
171 error_to_exit(tp, dbg:tp(MFA, Pattern)),
172 error_to_exit(p, dbg:p(all, [call, timestamp]))
179 error_to_exit(_Where, {ok, _} = OK) -> function
181 error_to_exit(Where, {error, Reason}) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/src/inets_app/
H A Dinets_trace.erl162 error_to_exit(ctp, dbg:ctp(MFA)),
163 error_to_exit(p, dbg:p(all, clear))
170 error_to_exit(ctp, dbg:ctp(MFA)),
171 error_to_exit(tp, dbg:tp(MFA, Pattern)),
172 error_to_exit(p, dbg:p(all, [call, timestamp]))
179 error_to_exit(_Where, {ok, _} = OK) -> function
181 error_to_exit(Where, {error, Reason}) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/src/inets_app/
H A Dinets_trace.erl162 error_to_exit(ctp, dbg:ctp(MFA)),
163 error_to_exit(p, dbg:p(all, clear))
170 error_to_exit(ctp, dbg:ctp(MFA)),
171 error_to_exit(tp, dbg:tp(MFA, Pattern)),
172 error_to_exit(p, dbg:p(all, [call, timestamp]))
179 error_to_exit(_Where, {ok, _} = OK) -> function
181 error_to_exit(Where, {error, Reason}) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/src/inets_app/
H A Dinets_trace.erl162 error_to_exit(ctp, dbg:ctp(MFA)),
163 error_to_exit(p, dbg:p(all, clear))
170 error_to_exit(ctp, dbg:ctp(MFA)),
171 error_to_exit(tp, dbg:tp(MFA, Pattern)),
172 error_to_exit(p, dbg:p(all, [call, timestamp]))
179 error_to_exit(_Where, {ok, _} = OK) -> function
181 error_to_exit(Where, {error, Reason}) -> function
/dports/www/erlang-hackney/hackney-1.8.6/src/
H A Dhackney_trace.erl91 _ = error_to_exit(ctp, dbg:ctp(MFA)),
92 _ = error_to_exit(p, dbg:p(all, clear)),
100 _ = error_to_exit(ctp, dbg:ctp(MFA)),
101 _ = error_to_exit(tp, dbg:tp(MFA, Pattern)),
102 _ = error_to_exit(p, dbg:p(all, [call, timestamp])),
110 error_to_exit(_Where, {ok, _} = OK) -> function
112 error_to_exit(Where, {error, Reason}) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/inets/src/inets_app/
H A Dinets_trace.erl162 error_to_exit(ctp, dbg:ctp(MFA)),
163 error_to_exit(p, dbg:p(all, clear))
170 error_to_exit(ctp, dbg:ctp(MFA)),
171 error_to_exit(tp, dbg:tp(MFA, Pattern)),
172 error_to_exit(p, dbg:p(all, [call, timestamp]))
179 error_to_exit(_Where, {ok, _} = OK) -> function
181 error_to_exit(Where, {error, Reason}) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/src/inets_app/
H A Dinets_trace.erl162 error_to_exit(ctp, dbg:ctp(MFA)),
163 error_to_exit(p, dbg:p(all, clear))
170 error_to_exit(ctp, dbg:ctp(MFA)),
171 error_to_exit(tp, dbg:tp(MFA, Pattern)),
172 error_to_exit(p, dbg:p(all, [call, timestamp]))
179 error_to_exit(_Where, {ok, _} = OK) -> function
181 error_to_exit(Where, {error, Reason}) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/et/src/
H A Det_selector.erl103 error_to_exit(old_ctp(MFA)),
104 error_to_exit(dbg:ctp(MFA)),
105 error_to_exit(dbg:p(all, clear));
107 error_to_exit(old_ctp(MFA)),
108 error_to_exit(old_tp(MFA, Pattern)),
109 error_to_exit(dbg:ctp(MFA)),
110 error_to_exit(dbg:tp(MFA, Pattern)),
111 error_to_exit(dbg:p(all, [call, timestamp]));
129 error_to_exit({error, Reason}) -> function
131 error_to_exit({ok, Res}) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/et/src/
H A Det_selector.erl103 error_to_exit(old_ctp(MFA)),
104 error_to_exit(dbg:ctp(MFA)),
105 error_to_exit(dbg:p(all, clear));
107 error_to_exit(old_ctp(MFA)),
108 error_to_exit(old_tp(MFA, Pattern)),
109 error_to_exit(dbg:ctp(MFA)),
110 error_to_exit(dbg:tp(MFA, Pattern)),
111 error_to_exit(dbg:p(all, [call, timestamp]));
129 error_to_exit({error, Reason}) -> function
131 error_to_exit({ok, Res}) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/et/src/
H A Det_selector.erl103 error_to_exit(old_ctp(MFA)),
104 error_to_exit(dbg:ctp(MFA)),
105 error_to_exit(dbg:p(all, clear));
107 error_to_exit(old_ctp(MFA)),
108 error_to_exit(old_tp(MFA, Pattern)),
109 error_to_exit(dbg:ctp(MFA)),
110 error_to_exit(dbg:tp(MFA, Pattern)),
111 error_to_exit(dbg:p(all, [call, timestamp]));
129 error_to_exit({error, Reason}) -> function
131 error_to_exit({ok, Res}) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/et/src/
H A Det_selector.erl103 error_to_exit(old_ctp(MFA)),
104 error_to_exit(dbg:ctp(MFA)),
105 error_to_exit(dbg:p(all, clear));
107 error_to_exit(old_ctp(MFA)),
108 error_to_exit(old_tp(MFA, Pattern)),
109 error_to_exit(dbg:ctp(MFA)),
110 error_to_exit(dbg:tp(MFA, Pattern)),
111 error_to_exit(dbg:p(all, [call, timestamp]));
129 error_to_exit({error, Reason}) -> function
131 error_to_exit({ok, Res}) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/et/src/
H A Det_selector.erl103 error_to_exit(old_ctp(MFA)),
104 error_to_exit(dbg:ctp(MFA)),
105 error_to_exit(dbg:p(all, clear));
107 error_to_exit(old_ctp(MFA)),
108 error_to_exit(old_tp(MFA, Pattern)),
109 error_to_exit(dbg:ctp(MFA)),
110 error_to_exit(dbg:tp(MFA, Pattern)),
111 error_to_exit(dbg:p(all, [call, timestamp]));
129 error_to_exit({error, Reason}) -> function
131 error_to_exit({ok, Res}) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/et/src/
H A Det_selector.erl103 error_to_exit(old_ctp(MFA)),
104 error_to_exit(dbg:ctp(MFA)),
105 error_to_exit(dbg:p(all, clear));
107 error_to_exit(old_ctp(MFA)),
108 error_to_exit(old_tp(MFA, Pattern)),
109 error_to_exit(dbg:ctp(MFA)),
110 error_to_exit(dbg:tp(MFA, Pattern)),
111 error_to_exit(dbg:p(all, [call, timestamp]));
129 error_to_exit({error, Reason}) -> function
131 error_to_exit({ok, Res}) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/et/src/
H A Det_selector.erl103 error_to_exit(old_ctp(MFA)),
104 error_to_exit(dbg:ctp(MFA)),
105 error_to_exit(dbg:p(all, clear));
107 error_to_exit(old_ctp(MFA)),
108 error_to_exit(old_tp(MFA, Pattern)),
109 error_to_exit(dbg:ctp(MFA)),
110 error_to_exit(dbg:tp(MFA, Pattern)),
111 error_to_exit(dbg:p(all, [call, timestamp]));
129 error_to_exit({error, Reason}) -> function
131 error_to_exit({ok, Res}) -> function