Home
last modified time | relevance | path

Searched refs:is_my_error_report (Results 1 – 9 of 9) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/sasl/src/
H A Dsasl_report.erl31 case is_my_error_report(What, Type) of
47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/sasl/src/
H A Dsasl_report.erl31 case is_my_error_report(What, Type) of
47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl31 case is_my_error_report(What, Type) of
47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/sasl/src/
H A Dsasl_report.erl31 case is_my_error_report(What, Type) of
47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl31 case is_my_error_report(What, Type) of
47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl31 case is_my_error_report(What, Type) of
47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/sasl/src/
H A Dsasl_report.erl31 case is_my_error_report(What, Type) of
47 is_my_error_report(all, Type) -> is_my_error_report(Type); function
48 is_my_error_report(error, Type) -> is_my_error_report(Type); function
49 is_my_error_report(_, _Type) -> false. function
51 is_my_error_report(supervisor_report) -> true; function
52 is_my_error_report(crash_report) -> true; function
53 is_my_error_report(_) -> false. function
/dports/devel/erlang-lager/lager-3.2.4/src/
H A Dlager_stdlib.erl31 -export([is_my_error_report/1, is_my_info_report/1]).
121 -spec is_my_error_report(atom()) -> boolean().
122 is_my_error_report(supervisor_report) -> true; function
123 is_my_error_report(crash_report) -> true; function
124 is_my_error_report(_) -> false. function
H A Dlager_crash_log.erl142 case lager_stdlib:is_my_error_report(Type) of