Home
last modified time | relevance | path

Searched refs:send_response (Results 1 – 25 of 1310) sorted by relevance

12345678910>>...53

/dports/devel/tla/tla-1.3.5/src/libneon/test/
H A Dauth.c97 send_response(sock, www_wally, 401, 0); in auth_serve()
122 send_response(sock, www_wally, 401, 0); in retry_serve()
125 send_response(sock, www_wally, 401, 0); in retry_serve()
128 send_response(sock, NULL, 200, 0); in retry_serve()
131 send_response(sock, www_wally, 401, 0); in retry_serve()
134 send_response(sock, NULL, 200, 0); in retry_serve()
137 send_response(sock, NULL, 200, 0); in retry_serve()
140 send_response(sock, NULL, 200, 0); in retry_serve()
143 send_response(sock, www_wally, 401, 0); in retry_serve()
146 send_response(sock, NULL, 200, 0); in retry_serve()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/
H A Dmain.cc337 send_response(ctrlcon, "== dumping stats\n"); in main_dump_stats()
354 send_response(ctrlcon, "== rotating stats\n"); in main_rotate_stats()
474 send_response(ctrlcon, ".. swapping policy\n"); in main_reload_policy()
519 send_response(ctrlcon, ".. swapping module\n"); in main_reload_module()
641 send_response(ctrlcon, "== queuing pcap\n"); in main_process()
649 send_response(ctrlcon, "== pausing\n"); in main_pause()
681 send_response(ctrlcon, in main_resume()
689 send_response(ctrlcon, "== resuming\n"); in main_resume()
707 send_response(ctrlcon, "== detaching\n"); in main_detach()
723 send_response(ctrlcon, "== stopping\n"); in main_quit()
[all …]
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/src/server/
H A Dserver.c164 send_response(tls, "FAIL Cannot parse MOIN request"); in handle_handshake()
168 send_response(tls, "FAIL Expected protocol version"); in handle_handshake()
173 send_response(tls, "MOIN 1"); in handle_handshake()
177 send_response(tls, "PONG 1"); in handle_handshake()
198 send_response(tls, "OKAY"); in handle_connection()
206 send_response(tls, "FAIL Expected number of bytes"); in handle_connection()
211 send_response(tls, "FAIL PUSH data size too large"); in handle_connection()
214 send_response(tls, "OKAY"); in handle_connection()
240 send_response(tls, "OKAY"); in handle_push()
244 send_response(tls, "FAIL You're not authorized"); in handle_push()
[all …]
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/src/server/
H A Dserver.c164 send_response(tls, "FAIL Cannot parse MOIN request"); in handle_handshake()
168 send_response(tls, "FAIL Expected protocol version"); in handle_handshake()
173 send_response(tls, "MOIN 1"); in handle_handshake()
177 send_response(tls, "PONG 1"); in handle_handshake()
198 send_response(tls, "OKAY"); in handle_connection()
206 send_response(tls, "FAIL Expected number of bytes"); in handle_connection()
211 send_response(tls, "FAIL PUSH data size too large"); in handle_connection()
214 send_response(tls, "OKAY"); in handle_connection()
240 send_response(tls, "OKAY"); in handle_push()
244 send_response(tls, "FAIL You're not authorized"); in handle_push()
[all …]
/dports/sysutils/vector/tower-c87fdd9c1e4c0728fdaa87d3fafe3e48da9b498a/tower/src/balance/pool/
H A Dtest.rs21 assert_request_eq!(handle, ()).send_response(load::Constant::new(svc1_m, 0)); in basic()
28 assert_request_eq!(svc1, ()).send_response("foobar"); in basic()
51 assert_request_eq!(handle, ()).send_response(load::Constant::new(svc1_m, 0)); in high_load()
65 assert_request_eq!(handle, ()).send_response(load::Constant::new(svc2_m, 0)); in high_load()
78 assert_request_eq!(svc1, ()).send_response("foo"); in high_load()
79 assert_request_eq!(svc2, ()).send_response("bar"); in high_load()
109 assert_request_eq!(svc1, ()).send_response("foo"); in low_load()
130 assert_request_eq!(svc2, ()).send_response("foo"); in low_load()
138 assert_request_eq!(svc2, ()).send_response("foo"); in low_load()
168 assert_request_eq!(svc1, ()).send_response("foo"); in failing_service()
[all …]
/dports/net/liblinphone/linphone-3.12.0/tools/python/
H A Dlinphone-daemon.py102 app.send_response(Response(Response.Ok, "Id: " + str(id)))
104 app.send_response(Response(Response.Error, "Missing parameter."))
140 app.send_response(Response(Response.Ok, msg))
178 app.send_response(Response(Response.Ok, msg))
226 app.send_response(Response(Response.Ok, body))
245 app.send_response(Response(Response.Ok, body))
254 app.send_response(Response(Response.Ok))
294 app.send_response(Response(Response.Ok, "Id: " + str(id)))
324 app.send_response(response)
365 app.send_response(Response(Response.Ok))
[all …]
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/
H A Dasync_end2end_test.cc365 EchoResponse send_response; in TEST_P() local
393 send_response, in TEST_P()
474 EchoResponse send_response; in TEST_P() local
515 EchoResponse send_response; in TEST_P() local
561 EchoResponse send_response; in TEST_P() local
606 EchoResponse send_response; in TEST_P() local
657 EchoResponse send_response; in TEST_P() local
701 EchoResponse send_response; in TEST_P() local
744 EchoResponse send_response; in TEST_P() local
788 EchoResponse send_response; in TEST_P() local
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/cpp/end2end/
H A Dasync_end2end_test.cc365 EchoResponse send_response; in TEST_P() local
393 send_response, in TEST_P()
474 EchoResponse send_response; in TEST_P() local
515 EchoResponse send_response; in TEST_P() local
561 EchoResponse send_response; in TEST_P() local
606 EchoResponse send_response; in TEST_P() local
657 EchoResponse send_response; in TEST_P() local
701 EchoResponse send_response; in TEST_P() local
744 EchoResponse send_response; in TEST_P() local
788 EchoResponse send_response; in TEST_P() local
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/test/functional/util/
H A Ddummy_http.py26 self.send_response(301)
29 self.send_response(301)
32 self.send_response(301)
35 self.send_response(301)
38 self.send_response(200)
55 self.send_response(403)
57 self.send_response(200)
85 self.send_response(403)
87 self.send_response(200)
/dports/mail/rspamd/rspamd-3.1/test/functional/util/
H A Ddummy_http.py26 self.send_response(301)
29 self.send_response(301)
32 self.send_response(301)
35 self.send_response(301)
38 self.send_response(200)
55 self.send_response(403)
57 self.send_response(200)
85 self.send_response(403)
87 self.send_response(200)
/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dasync_end2end_test.cc422 EchoResponse send_response; in TEST_P() local
463 EchoResponse send_response; in TEST_P() local
509 EchoResponse send_response; in TEST_P() local
554 EchoResponse send_response; in TEST_P() local
605 EchoResponse send_response; in TEST_P() local
649 EchoResponse send_response; in TEST_P() local
692 EchoResponse send_response; in TEST_P() local
736 EchoResponse send_response; in TEST_P() local
780 EchoResponse send_response; in TEST_P() local
827 EchoResponse send_response; in TEST_P() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/end2end/
H A Dasync_end2end_test.cc422 EchoResponse send_response; in TEST_P() local
463 EchoResponse send_response; in TEST_P() local
509 EchoResponse send_response; in TEST_P() local
554 EchoResponse send_response; in TEST_P() local
605 EchoResponse send_response; in TEST_P() local
649 EchoResponse send_response; in TEST_P() local
692 EchoResponse send_response; in TEST_P() local
736 EchoResponse send_response; in TEST_P() local
780 EchoResponse send_response; in TEST_P() local
827 EchoResponse send_response; in TEST_P() local
[all …]
H A Dgeneric_end2end_test.cc112 EchoResponse send_response; in SendRpc() local
158 send_response.set_message(recv_request.message()); in SendRpc()
159 send_buffer = SerializeToByteBuffer(&send_response); in SendRpc()
207 EchoResponse send_response; in TEST_F() local
242 send_response.set_message(recv_request.message()); in TEST_F()
244 SerializeToByteBuffer(&send_response); in TEST_F()
266 EchoResponse send_response; in TEST_F() local
299 send_response.set_message(recv_request.message()); in TEST_F()
300 send_buffer = SerializeToByteBuffer(&send_response); in TEST_F()
308 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_F()
[all …]
/dports/www/perlbal/Perlbal-1.80/lib/Perlbal/
H A DClientHTTP.pm140 return $self->send_response(400);
176 return $self->send_response(400, 'Invalid filename')
180 return $self->send_response(400, 'Invalid filename')
229 return $self->send_response(400, 'Invalid filename')
233 return $self->send_response(400, 'Invalid filename')
313 return $self->send_response(204);
316 return $self->send_response(404);
319 return $self->send_response(400, "$!");
506 return $self->send_response(201);
517 return $self->send_response(400,
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/testing/
H A D_client_test.py115 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
116 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
118 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
119 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
221 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
222 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
224 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
225 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
262 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
263 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/testing/
H A D_client_test.py115 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
116 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
118 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
119 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
221 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
222 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
224 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
225 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
262 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
263 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
[all …]
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests/testing/
H A D_client_test.py115 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
116 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
118 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
119 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
221 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
222 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
224 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
225 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
262 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
263 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/testing/
H A D_client_test.py115 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
116 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
118 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
119 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
221 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
222 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
224 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
225 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
262 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
263 rpc.send_response(_application_common.STREAM_STREAM_RESPONSE)
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_logging/
H A Dmod_http_logging.lua36 local send_response = server.send_response;
41 return send_response(response, body);
64 server.send_response = log_and_send_response;
67 server.send_response = send_response;
/dports/net/corosync2/corosync-2.4.5/cts/agents/
H A Dvotequorum_test_agent.c184 goto send_response; in getinfo()
194 send_response: in getinfo()
214 goto send_response; in setexpected()
219 send_response: in setexpected()
238 goto send_response; in setvotes()
243 send_response: in setvotes()
264 goto send_response; in getquorate()
269 send_response: in getquorate()
329 goto send_response; in do_command()
333 goto send_response; in do_command()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/testserver/
H A Dtestserver.py360 self.send_response(200)
377 self.send_response(200)
394 self.send_response(200)
411 self.send_response(200)
428 self.send_response(200)
445 self.send_response(200)
462 self.send_response(200)
479 self.send_response(200)
496 self.send_response(200)
514 self.send_response(200)
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/test/
H A Dserver.py59 self.send_response(200)
66 self.send_response(200)
73 self.send_response(200)
80 self.send_response(200)
86 self.send_response(200)
95 self.send_response(500)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/testserver/
H A Dtestserver.py404 self.send_response(200)
421 self.send_response(200)
438 self.send_response(200)
455 self.send_response(200)
472 self.send_response(200)
489 self.send_response(200)
506 self.send_response(200)
523 self.send_response(200)
540 self.send_response(200)
558 self.send_response(200)
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dweb_server.py68 s.send_response(401)
77 s.send_response(301)
82 s.send_response(301)
87 s.send_response(301)
92 s.send_response(200)
122 s.send_response(200)
132 s.send_response(404)
145 s.send_response(206)
160 s.send_response(200)
195 s.send_response(404)
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dweb_server.py68 s.send_response(401)
77 s.send_response(301)
82 s.send_response(301)
87 s.send_response(301)
92 s.send_response(200)
122 s.send_response(200)
132 s.send_response(404)
145 s.send_response(206)
160 s.send_response(200)
195 s.send_response(404)

12345678910>>...53