Home
last modified time | relevance | path

Searched defs:handle_info (Results 1 – 25 of 2596) sorted by relevance

12345678910>>...104

/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dkernel-handle-info.hh12 struct handle_info { struct
28 handle_info(const char *lib, const char *prim, const char *arch, argument
50 define_db_entry_type (handle_info, handle_info); argument
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/
H A Dssh_relay.erl205 handle_info({tcp, Local, Data}, S) when S#state.local == Local -> function
209 handle_info({tcp_error, Local, Error}, S) when S#state.local == Local -> function
213 handle_info({tcp_closed, Local}, S) when S#state.local == Local -> function
217 handle_info({tcp, Peer, Data}, S) when S#state.peer == Peer -> function
221 handle_info({tcp_error, Peer, Error}, S) when S#state.peer == Peer -> function
225 handle_info({tcp_closed, Peer}, S) when S#state.peer == Peer -> function
229 handle_info({accept, Local}, S) -> function
233 handle_info({activate, Local}, State) -> function
237 handle_info({release, Pos}, S) -> function
241 handle_info(stop, State) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/et/src/
H A Det_wx_viewer.erl380 handle_info({et, {more_events, N}}, S) -> function
427 handle_info({et, first}, S) -> function
430 handle_info({et, prev}, S) -> function
433 handle_info({et, next}, S) -> function
436 handle_info({et, last}, S) -> function
439 handle_info({et, refresh}, S) -> function
445 handle_info({et, close}, S) -> function
449 handle_info(#wx{id=?wxID_HELP}, S) -> function
801 handle_info(timeout, S) -> function
803 handle_info({'EXIT', Pid, Reason}, S) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/et/src/
H A Det_wx_viewer.erl380 handle_info({et, {more_events, N}}, S) -> function
427 handle_info({et, first}, S) -> function
430 handle_info({et, prev}, S) -> function
433 handle_info({et, next}, S) -> function
436 handle_info({et, last}, S) -> function
439 handle_info({et, refresh}, S) -> function
445 handle_info({et, close}, S) -> function
449 handle_info(#wx{id=?wxID_HELP}, S) -> function
801 handle_info(timeout, S) -> function
803 handle_info({'EXIT', Pid, Reason}, S) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/et/src/
H A Det_wx_viewer.erl380 handle_info({et, {more_events, N}}, S) -> function
427 handle_info({et, first}, S) -> function
430 handle_info({et, prev}, S) -> function
433 handle_info({et, next}, S) -> function
436 handle_info({et, last}, S) -> function
439 handle_info({et, refresh}, S) -> function
445 handle_info({et, close}, S) -> function
449 handle_info(#wx{id=?wxID_HELP}, S) -> function
801 handle_info(timeout, S) -> function
803 handle_info({'EXIT', Pid, Reason}, S) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/et/src/
H A Det_wx_viewer.erl380 handle_info({et, {more_events, N}}, S) -> function
427 handle_info({et, first}, S) -> function
430 handle_info({et, prev}, S) -> function
433 handle_info({et, next}, S) -> function
436 handle_info({et, last}, S) -> function
439 handle_info({et, refresh}, S) -> function
445 handle_info({et, close}, S) -> function
449 handle_info(#wx{id=?wxID_HELP}, S) -> function
801 handle_info(timeout, S) -> function
803 handle_info({'EXIT', Pid, Reason}, S) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/et/src/
H A Det_wx_viewer.erl380 handle_info({et, {more_events, N}}, S) -> function
427 handle_info({et, first}, S) -> function
430 handle_info({et, prev}, S) -> function
433 handle_info({et, next}, S) -> function
436 handle_info({et, last}, S) -> function
439 handle_info({et, refresh}, S) -> function
445 handle_info({et, close}, S) -> function
449 handle_info(#wx{id=?wxID_HELP}, S) -> function
801 handle_info(timeout, S) -> function
803 handle_info({'EXIT', Pid, Reason}, S) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/et/src/
H A Det_wx_viewer.erl380 handle_info({et, {more_events, N}}, S) -> function
427 handle_info({et, first}, S) -> function
430 handle_info({et, prev}, S) -> function
433 handle_info({et, next}, S) -> function
436 handle_info({et, last}, S) -> function
439 handle_info({et, refresh}, S) -> function
445 handle_info({et, close}, S) -> function
449 handle_info(#wx{id=?wxID_HELP}, S) -> function
801 handle_info(timeout, S) -> function
803 handle_info({'EXIT', Pid, Reason}, S) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/et/src/
H A Det_wx_viewer.erl380 handle_info({et, {more_events, N}}, S) -> function
427 handle_info({et, first}, S) -> function
430 handle_info({et, prev}, S) -> function
433 handle_info({et, next}, S) -> function
436 handle_info({et, last}, S) -> function
439 handle_info({et, refresh}, S) -> function
445 handle_info({et, close}, S) -> function
449 handle_info(#wx{id=?wxID_HELP}, S) -> function
801 handle_info(timeout, S) -> function
803 handle_info({'EXIT', Pid, Reason}, S) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/
H A Dssh_relay.erl212 handle_info({tcp, Local, Data}, S) when S#state.local == Local -> function
216 handle_info({tcp_error, Local, Error}, S) when S#state.local == Local -> function
220 handle_info({tcp_closed, Local}, S) when S#state.local == Local -> function
224 handle_info({tcp, Peer, Data}, S) when S#state.peer == Peer -> function
228 handle_info({tcp_error, Peer, Error}, S) when S#state.peer == Peer -> function
232 handle_info({tcp_closed, Peer}, S) when S#state.peer == Peer -> function
236 handle_info({accept, Local}, S) -> function
240 handle_info({activate, Local}, State) -> function
244 handle_info({release, Pos}, S) -> function
248 handle_info(stop, State) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/
H A Dssh_relay.erl212 handle_info({tcp, Local, Data}, S) when S#state.local == Local -> function
216 handle_info({tcp_error, Local, Error}, S) when S#state.local == Local -> function
220 handle_info({tcp_closed, Local}, S) when S#state.local == Local -> function
224 handle_info({tcp, Peer, Data}, S) when S#state.peer == Peer -> function
228 handle_info({tcp_error, Peer, Error}, S) when S#state.peer == Peer -> function
232 handle_info({tcp_closed, Peer}, S) when S#state.peer == Peer -> function
236 handle_info({accept, Local}, S) -> function
240 handle_info({activate, Local}, State) -> function
244 handle_info({release, Pos}, S) -> function
248 handle_info(stop, State) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_relay.erl212 handle_info({tcp, Local, Data}, S) when S#state.local == Local -> function
216 handle_info({tcp_error, Local, Error}, S) when S#state.local == Local -> function
220 handle_info({tcp_closed, Local}, S) when S#state.local == Local -> function
224 handle_info({tcp, Peer, Data}, S) when S#state.peer == Peer -> function
228 handle_info({tcp_error, Peer, Error}, S) when S#state.peer == Peer -> function
232 handle_info({tcp_closed, Peer}, S) when S#state.peer == Peer -> function
236 handle_info({accept, Local}, S) -> function
240 handle_info({activate, Local}, State) -> function
244 handle_info({release, Pos}, S) -> function
248 handle_info(stop, State) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_relay.erl212 handle_info({tcp, Local, Data}, S) when S#state.local == Local -> function
216 handle_info({tcp_error, Local, Error}, S) when S#state.local == Local -> function
220 handle_info({tcp_closed, Local}, S) when S#state.local == Local -> function
224 handle_info({tcp, Peer, Data}, S) when S#state.peer == Peer -> function
228 handle_info({tcp_error, Peer, Error}, S) when S#state.peer == Peer -> function
232 handle_info({tcp_closed, Peer}, S) when S#state.peer == Peer -> function
236 handle_info({accept, Local}, S) -> function
240 handle_info({activate, Local}, State) -> function
244 handle_info({release, Pos}, S) -> function
248 handle_info(stop, State) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_relay.erl212 handle_info({tcp, Local, Data}, S) when S#state.local == Local -> function
216 handle_info({tcp_error, Local, Error}, S) when S#state.local == Local -> function
220 handle_info({tcp_closed, Local}, S) when S#state.local == Local -> function
224 handle_info({tcp, Peer, Data}, S) when S#state.peer == Peer -> function
228 handle_info({tcp_error, Peer, Error}, S) when S#state.peer == Peer -> function
232 handle_info({tcp_closed, Peer}, S) when S#state.peer == Peer -> function
236 handle_info({accept, Local}, S) -> function
240 handle_info({activate, Local}, State) -> function
244 handle_info({release, Pos}, S) -> function
248 handle_info(stop, State) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_relay.erl212 handle_info({tcp, Local, Data}, S) when S#state.local == Local -> function
216 handle_info({tcp_error, Local, Error}, S) when S#state.local == Local -> function
220 handle_info({tcp_closed, Local}, S) when S#state.local == Local -> function
224 handle_info({tcp, Peer, Data}, S) when S#state.peer == Peer -> function
228 handle_info({tcp_error, Peer, Error}, S) when S#state.peer == Peer -> function
232 handle_info({tcp_closed, Peer}, S) when S#state.peer == Peer -> function
236 handle_info({accept, Local}, S) -> function
240 handle_info({activate, Local}, State) -> function
244 handle_info({release, Pos}, S) -> function
248 handle_info(stop, State) -> function
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_stomp/src/
H A Drabbit_stomp_reader.erl128 handle_info({inet_reply, _, ok}, State) -> function
130 handle_info({inet_reply, _, Status}, State) -> function
132 handle_info(emit_stats, State) -> function
137 handle_info({bump_credit, Msg}, State) -> function
143 handle_info(client_timeout, State) -> function
148 handle_info(#'basic.consume_ok'{}, State) -> function
150 handle_info(#'basic.cancel_ok'{}, State) -> function
158 handle_info({Delivery = #'basic.deliver'{}, function
164 handle_info({Delivery = #'basic.deliver'{}, function
184 handle_info({start_heartbeats, {0, 0}}, State) -> function
[all …]
/dports/irc/srvx/srvx-1.3.1/src/
H A Dnickserv.h78 struct handle_info { struct
79 struct nick_info *nicks;
80 struct string_list *masks;
81 struct userNode *users;
82 struct userData *channels;
83 struct handle_cookie *cookie;
107 struct handle_info *owner; argument
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_mqtt/src/
H A Drabbit_mqtt_reader.erl134 handle_info(#'basic.consume_ok'{}, State) -> function
137 handle_info(#'basic.cancel'{}, State) -> function
140 handle_info({'EXIT', _Conn, Reason}, State) -> function
143 handle_info({Tag, Sock, Data}, function
148 handle_info({Tag, Sock, Data}, function
168 handle_info({conserve_resources, Conserve}, State) -> function
172 handle_info({bump_credit, Msg}, State) -> function
176 handle_info({start_keepalives, Keepalive}, function
191 handle_info(emit_stats, State) -> function
194 handle_info({ra_event, _From, Evt}, function
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/transports/
H A Dlong_poll_server.ex75 def handle_info({:dispatch, client_ref, msg, ref}, state) do function
100 def handle_info(%Broadcast{event: "disconnect"}, state) do function
104 def handle_info({:EXIT, channel_pid, reason}, state) do function
116 def handle_info({:graceful_exit, channel_pid, %Phoenix.Socket.Message{} = msg}, state) do function
121 def handle_info({:subscribe, client_ref, ref}, state) do function
126 def handle_info({:flush, client_ref, ref}, state) do function
136 def handle_info(:shutdown_if_inactive, state) do function
145 def handle_info({:socket_push, :text, encoded}, state) do function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/amqp_client/src/
H A Damqp_rpc_server.erl79 handle_info(shutdown, State) -> function
83 handle_info({#'basic.consume'{}, _}, State) -> function
87 handle_info(#'basic.consume_ok'{}, State) -> function
91 handle_info(#'basic.cancel'{}, State) -> function
95 handle_info(#'basic.cancel_ok'{}, State) -> function
99 handle_info({#'basic.deliver'{delivery_tag = DeliveryTag}, function
115 handle_info({'DOWN', _MRef, process, _Pid, _Info}, State) -> function
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/src/
H A Dorber_iiop_inproxy.erl219 handle_info({tcp, Socket, Bytes}, State) -> function
221 handle_info({ssl, Socket, Bytes}, State) -> function
224 handle_info({tcp_closed, _Socket}, State) -> function
226 handle_info({tcp_error, _Socket, _Reason}, State) -> function
228 handle_info({ssl_closed, _Socket}, State) -> function
230 handle_info({ssl_error, _Socket, _Reason}, State) -> function
233 handle_info({'EXIT', Pid, normal}, State) -> function
236 handle_info({message_error, _Pid, ReqId}, State) -> function
239 handle_info(timeout, State) -> function
248 handle_info({reconfigure, Options}, State) -> function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/src/
H A Dorber_iiop_inproxy.erl219 handle_info({tcp, Socket, Bytes}, State) -> function
221 handle_info({ssl, Socket, Bytes}, State) -> function
224 handle_info({tcp_closed, _Socket}, State) -> function
226 handle_info({tcp_error, _Socket, _Reason}, State) -> function
228 handle_info({ssl_closed, _Socket}, State) -> function
230 handle_info({ssl_error, _Socket, _Reason}, State) -> function
233 handle_info({'EXIT', Pid, normal}, State) -> function
236 handle_info({message_error, _Pid, ReqId}, State) -> function
239 handle_info(timeout, State) -> function
248 handle_info({reconfigure, Options}, State) -> function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/src/
H A Dorber_iiop_inproxy.erl219 handle_info({tcp, Socket, Bytes}, State) -> function
221 handle_info({ssl, Socket, Bytes}, State) -> function
224 handle_info({tcp_closed, _Socket}, State) -> function
226 handle_info({tcp_error, _Socket, _Reason}, State) -> function
228 handle_info({ssl_closed, _Socket}, State) -> function
230 handle_info({ssl_error, _Socket, _Reason}, State) -> function
233 handle_info({'EXIT', Pid, normal}, State) -> function
236 handle_info({message_error, _Pid, ReqId}, State) -> function
239 handle_info(timeout, State) -> function
248 handle_info({reconfigure, Options}, State) -> function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/src/
H A Dorber_iiop_inproxy.erl219 handle_info({tcp, Socket, Bytes}, State) -> function
221 handle_info({ssl, Socket, Bytes}, State) -> function
224 handle_info({tcp_closed, _Socket}, State) -> function
226 handle_info({tcp_error, _Socket, _Reason}, State) -> function
228 handle_info({ssl_closed, _Socket}, State) -> function
230 handle_info({ssl_error, _Socket, _Reason}, State) -> function
233 handle_info({'EXIT', Pid, normal}, State) -> function
236 handle_info({message_error, _Pid, ReqId}, State) -> function
239 handle_info(timeout, State) -> function
248 handle_info({reconfigure, Options}, State) -> function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/orber/src/
H A Dorber_iiop_inproxy.erl219 handle_info({tcp, Socket, Bytes}, State) -> function
221 handle_info({ssl, Socket, Bytes}, State) -> function
224 handle_info({tcp_closed, _Socket}, State) -> function
226 handle_info({tcp_error, _Socket, _Reason}, State) -> function
228 handle_info({ssl_closed, _Socket}, State) -> function
230 handle_info({ssl_error, _Socket, _Reason}, State) -> function
233 handle_info({'EXIT', Pid, normal}, State) -> function
236 handle_info({message_error, _Pid, ReqId}, State) -> function
239 handle_info(timeout, State) -> function
248 handle_info({reconfigure, Options}, State) -> function
[all …]

12345678910>>...104