Home
last modified time | relevance | path

Searched refs:handle_other (Results 1 – 18 of 18) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_amqp1_0/src/
H A Drabbit_amqp1_0_reader.erl138 case handle_other(Other, State) of
144 handle_other({conserve_resources, Source, Conserve}, function
165 handle_other({'DOWN', _MRef, process, ChPid, Reason}, State) -> function
167 handle_other(handshake_timeout, State) function
172 handle_other(handshake_timeout, State) -> function
176 handle_other(heartbeat_timeout, #v1{connection_state = S}) -> function
185 handle_other({'$gen_cast', force_event_refresh}, State) -> function
188 handle_other({bump_credit, Msg}, State) -> function
191 handle_other(terminate_connection, State) -> function
193 handle_other({info, InfoItems, Pid}, State) -> function
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_reader.erl537 case handle_other(Other, State) of
565 handle_other({channel_closing, ChPid}, State) -> function
594 handle_other(terminate_connection, State) -> function
597 handle_other(handshake_timeout, State) function
600 handle_other(handshake_timeout, State) -> function
605 handle_other(heartbeat_timeout, function
616 handle_other({'$gen_call', From, info}, State) -> function
635 handle_other(ensure_stats, State) -> function
637 handle_other(emit_stats, State) -> function
639 handle_other({bump_credit, Msg}, State) -> function
[all …]
/dports/www/py-mechanize/mechanize-0.4.7/mechanize/
H A D_equiv.py183 (mb, b"<!", self.handle_other),
184 (mb, b"<?", self.handle_other),
264 self.handle_other()
282 def handle_other(self): member in HTTPEquivParser
/dports/www/py-html5-parser/html5-parser-0.4.10/src/html5_parser/
H A Dencoding_parser.py189 (b"</", self.handle_possible_end_tag), (b"<!", self.handle_other),
190 (b"<?", self.handle_other), (b"<", self.handle_possible_start_tag))
260 self.handle_other()
275 def handle_other(self): member in EncodingParser
/dports/devel/erlang-gen_smtp/gen_smtp-0.13/src/
H A Dsmtp_server_example.erl10 handle_other/3, handle_AUTH/4, handle_STARTTLS/1, handle_info/2,
179 -spec handle_other(Verb :: binary(), Args :: binary(), #state{}) -> {string(), #state{}}.
180 handle_other(Verb, _Args, State) -> function
H A Dgen_smtp_server_session.erl93 -callback handle_other(Verb :: binary(), Args :: binary(), state()) ->
639 {Message, CallbackState} = Module:handle_other(Verb, Args, OldCallbackState),
/dports/security/py-pywinrm/pywinrm-0.4.1/winrm/vendor/requests_kerberos/
H A Dkerberos_.py310 def handle_other(self, response):
427 _r = self.handle_other(response)
/dports/security/py-requests-kerberos/requests-kerberos-0.12.0/requests_kerberos/
H A Dkerberos_.py294 def handle_other(self, response): member in HTTPKerberosAuth
411 _r = self.handle_other(response)
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/droute/
H A Ddroute.c527 handle_other (DBusConnection *bus, in handle_other() function
601 result = handle_other (bus, message, path, iface, member, pathstr); in handle_message()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/
H A Dspwinput_x11.cpp.in107 SPW_InputOtherEventHandler handle_other; member
1685 if (ds->handle_other != 0)
1688 continue_loop = (ds->handle_other)
1909 if (ds->handle_other != NULL)
1912 continue_loop = (ds->handle_other)
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/
H A Dspwinput_x11.cpp.in107 SPW_InputOtherEventHandler handle_other; member
1685 if (ds->handle_other != 0)
1688 continue_loop = (ds->handle_other)
1909 if (ds->handle_other != NULL)
1912 continue_loop = (ds->handle_other)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/src/
H A Dfprof.erl776 server_loop(handle_other(Other, State))
1081 handle_other({'EXIT', Pid, Reason} = Other, State) when is_pid(Pid); is_port(Pid) -> function
1118 handle_other(Other, State) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/src/
H A Dfprof.erl776 server_loop(handle_other(Other, State))
1081 handle_other({'EXIT', Pid, Reason} = Other, State) when is_pid(Pid); is_port(Pid) -> function
1118 handle_other(Other, State) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/src/
H A Dfprof.erl776 server_loop(handle_other(Other, State))
1081 handle_other({'EXIT', Pid, Reason} = Other, State) when is_pid(Pid); is_port(Pid) -> function
1118 handle_other(Other, State) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl967 server_loop(handle_other(Other, State))
1272 handle_other({'EXIT', Pid, Reason} = Other, State) when is_pid(Pid); is_port(Pid) -> function
1309 handle_other(Other, State) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl967 server_loop(handle_other(Other, State))
1272 handle_other({'EXIT', Pid, Reason} = Other, State) when is_pid(Pid); is_port(Pid) -> function
1309 handle_other(Other, State) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl967 server_loop(handle_other(Other, State))
1272 handle_other({'EXIT', Pid, Reason} = Other, State) when is_pid(Pid); is_port(Pid) -> function
1309 handle_other(Other, State) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/src/
H A Dfprof.erl967 server_loop(handle_other(Other, State))
1272 handle_other({'EXIT', Pid, Reason} = Other, State) when is_pid(Pid); is_port(Pid) -> function
1309 handle_other(Other, State) -> function