Home
last modified time | relevance | path

Searched refs:notify_request (Results 1 – 25 of 46) sorted by relevance

12

/dports/audio/re/re-0.5.8/src/sipevent/
H A Dnotify.c22 static int notify_request(struct sipnot *not, bool reset_ls);
45 if (not->subscribed && !notify_request(not, true)) { in terminate()
150 err = notify_request(not, false); in response_handler()
165 if (!not->subscribed || notify_request(not, true)) in response_handler()
172 (void)notify_request(not, true); in response_handler()
245 static int notify_request(struct sipnot *not, bool reset_ls) in notify_request() function
280 return notify_request(not, true); in sipnot_notify()
/dports/audio/ampache/ampache-php74-5.0.0/public/upnp/
H A Dssdp.php28 Upnp_Api::notify_request($data, $remote);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/test/
H A Dmegaco_test_mg.erl36 notify_request/1,
296 notify_request(Pid) -> function
297 Pid ! {notify_request, self()}.
305 notify_request(Pid),
546 {notify_request, Parent} ->
H A Dmegaco_actions_test.erl61 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
H A Dmegaco_mreq_test.erl59 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/test/
H A Dmegaco_test_mg.erl36 notify_request/1,
297 notify_request(Pid) -> function
298 Pid ! {notify_request, self()}.
306 notify_request(Pid),
549 {notify_request, Parent} ->
H A Dmegaco_actions_SUITE.erl73 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
H A Dmegaco_mreq_SUITE.erl69 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/test/
H A Dmegaco_test_mg.erl36 notify_request/1,
297 notify_request(Pid) -> function
298 Pid ! {notify_request, self()}.
306 notify_request(Pid),
549 {notify_request, Parent} ->
H A Dmegaco_actions_SUITE.erl73 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
H A Dmegaco_mreq_SUITE.erl69 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_mg.erl36 notify_request/1,
294 notify_request(Pid) -> function
295 Pid ! {notify_request, self()}.
303 notify_request(Pid),
556 {notify_request, Parent} ->
H A Dmegaco_actions_SUITE.erl73 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
H A Dmegaco_mreq_SUITE.erl70 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_mg.erl36 notify_request/1,
294 notify_request(Pid) -> function
295 Pid ! {notify_request, self()}.
303 notify_request(Pid),
556 {notify_request, Parent} ->
H A Dmegaco_actions_SUITE.erl73 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
H A Dmegaco_mreq_SUITE.erl70 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_mg.erl36 notify_request/1,
294 notify_request(Pid) -> function
295 Pid ! {notify_request, self()}.
303 notify_request(Pid),
556 {notify_request, Parent} ->
H A Dmegaco_actions_SUITE.erl73 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
H A Dmegaco_mreq_SUITE.erl70 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_mg.erl36 notify_request/1,
294 notify_request(Pid) -> function
295 Pid ! {notify_request, self()}.
303 notify_request(Pid),
556 {notify_request, Parent} ->
H A Dmegaco_actions_SUITE.erl73 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
H A Dmegaco_mreq_SUITE.erl70 -define(MG_NOTIF_REQ(Pid), megaco_test_mg:notify_request(Pid)).
/dports/www/serf/serf-1.3.9/
H A Doutgoing.c517 int notify_request) in cancel_request() argument
520 if (request->handler && notify_request) { in cancel_request()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DUpnp_Api.php201 public static function notify_request($unpacked, $remote) function in Ampache\\Module\\Api\\Upnp_Api

12