Home
last modified time | relevance | path

Searched refs:remote_client (Results 1 – 25 of 69) sorted by relevance

123

/dports/mail/anubis/anubis-4.2/src/
H A Dxdatabase.c125 swrite (SERVER, remote_client, in xupload()
132 swrite (SERVER, remote_client, in xupload()
135 while (recvline (SERVER, remote_client, &line, &size) > 0) in xupload()
155 swrite (SERVER, remote_client, errmsg); in xupload()
166 swrite (SERVER, remote_client, "450 Cannot rename file" CRLF); in xupload()
173 swrite (SERVER, remote_client, in xupload()
202 swrite (SERVER, remote_client, in xexamine()
207 swrite (SERVER, remote_client, "450 Cannot open file" CRLF); in xexamine()
220 swrite (SERVER, remote_client, "250 "); in xexamine()
221 swrite (SERVER, remote_client, (char*) hex); in xexamine()
[all …]
H A Dtunnel.c112 while (recvline (SERVER, remote_client, &buf, &size)) in collect_headers()
222 && (nread = recvline (SERVER, remote_client, &buf, &size))) in collect_body()
347 swrite (SERVER, remote_client, smtp_reply_string (reply)); in smtp_session_transparent()
355 while (recvline (SERVER, remote_client, &command, &size)) in smtp_session_transparent()
399 while (recvline (SERVER, remote_client, &command, &size)) in smtp_session()
465 swrite (SERVER, remote_client, in handle_starttls()
520 swrite (SERVER, remote_client, in handle_starttls()
529 swrite (SERVER, remote_client, in handle_starttls()
549 remote_client = stream; in handle_starttls()
805 swrite (SERVER, remote_client, buf); in process_data()
[all …]
H A Dtransmode.c73 service_unavailable (&remote_client); in session_prologue()
81 service_unavailable (&remote_client); in session_prologue()
97 service_unavailable (&remote_client); in anubis_transparent_mode()
127 net_close_stream (&remote_client); in anubis_transparent_mode()
161 net_close_stream (&remote_client); in anubis_proxy_mode()
H A Ddaemon.c203 net_close_stream (&remote_client); in anubis_child_main()
247 net_create_stream (&remote_client, fd); in loop()
262 service_unavailable (&remote_client); in loop()
282 service_unavailable (&remote_client); in loop()
301 net_close_stream (&remote_client); in loop()
382 create_stdio_stream (&remote_client); in stdinout()
393 service_unavailable (&remote_client); in stdinout()
H A Dauthmode.c106 swrite (SERVER, remote_client, obuf); in asmtp_reply()
275 recvline (SERVER, remote_client, &command, &s); in asmtp_init()
324 if (recvline (SERVER, remote_client, &command, &s) <= 0) in asmtp_ehlo()
357 stream = start_ssl_server (remote_client, options.termlevel > NORMAL); in asmtp_ehlo()
363 remote_client = stream; in asmtp_ehlo()
454 while (recvline (SERVER, remote_client, &command, &s) > 0) in xdb_loop()
547 remote_server = remote_client; in anubis_authenticate_mode()
583 net_close_stream (&remote_client); in anubis_authenticate_mode()
H A Dextern.h77 extern NET_STREAM remote_client;
/dports/polish/gnugadu2/gg2-2.3.0/contrib/remote_client/
H A DMakefile1 all: remote_client
3 remote_client: main.c remote_client.c remote_client.h target
4 gcc -o remote_client main.c remote_client.c -g -Wall
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/sensors/
H A Dsensor_hal_dispatcher_unittest.cc50 auto remote_client = fake_client->PassRemote(); in TEST_F() local
53 SensorHalDispatcher::GetInstance()->RegisterClient(std::move(remote_client)); in TEST_F()
88 auto remote_client = fake_client->PassRemote(); in TEST_F() local
91 SensorHalDispatcher::GetInstance()->RegisterClient(std::move(remote_client)); in TEST_F()
103 remote_client = fake_client->PassRemote(); in TEST_F()
104 SensorHalDispatcher::GetInstance()->RegisterClient(std::move(remote_client)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/worker_host/
H A Dshared_worker_host_unittest.cc163 mojo::PendingRemote<blink::mojom::SharedWorkerClient> remote_client; in TEST_F() local
164 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
166 AddClient(host.get(), std::move(remote_client)); in TEST_F()
226 mojo::PendingRemote<blink::mojom::SharedWorkerClient> remote_client; in TEST_F() local
227 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
229 AddClient(host.get(), std::move(remote_client)); in TEST_F()
253 mojo::PendingRemote<blink::mojom::SharedWorkerClient> remote_client; in TEST_F() local
254 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
256 AddClient(host.get(), std::move(remote_client)); in TEST_F()
298 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
[all …]
H A Dshared_worker_connector_impl.cc45 mojo::Remote<blink::mojom::SharedWorkerClient> remote_client( in Connect() local
47 remote_client->OnScriptLoadFailed(/*error_message=*/""); in Connect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/proxy_resolver/
H A Dproxy_resolver_impl_unittest.cc233 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
238 std::move(remote_client)); in TEST_F()
285 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
289 std::move(remote_client)); in TEST_F()
298 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
303 std::move(remote_client)); in TEST_F()
363 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
365 remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
369 std::move(remote_client)); in TEST_F()
380 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/proxy_resolver/
H A Dproxy_resolver_impl_unittest.cc233 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
238 std::move(remote_client)); in TEST_F()
285 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
289 std::move(remote_client)); in TEST_F()
298 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
303 std::move(remote_client)); in TEST_F()
363 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
365 remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
369 std::move(remote_client)); in TEST_F()
380 mojo::PendingRemote<mojom::ProxyResolverRequestClient> remote_client; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/worker_host/
H A Dshared_worker_host_unittest.cc185 mojo::PendingRemote<blink::mojom::SharedWorkerClient> remote_client; in TEST_F() local
186 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
188 AddClient(host.get(), std::move(remote_client)); in TEST_F()
248 mojo::PendingRemote<blink::mojom::SharedWorkerClient> remote_client; in TEST_F() local
249 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
251 AddClient(host.get(), std::move(remote_client)); in TEST_F()
275 mojo::PendingRemote<blink::mojom::SharedWorkerClient> remote_client; in TEST_F() local
276 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
278 AddClient(host.get(), std::move(remote_client)); in TEST_F()
320 client.Bind(remote_client.InitWithNewPipeAndPassReceiver()); in TEST_F()
[all …]
H A Ddedicated_worker_host_factory_impl.cc140 mojo::Remote<blink::mojom::DedicatedWorkerHostFactoryClient> remote_client( in CreateWorkerHostAndStartScriptLoad() local
142 remote_client->OnWorkerHostCreated(std::move(broker)); in CreateWorkerHostAndStartScriptLoad()
145 std::move(blob_url_token), std::move(remote_client)); in CreateWorkerHostAndStartScriptLoad()
H A Dshared_worker_connector_impl.cc46 mojo::Remote<blink::mojom::SharedWorkerClient> remote_client( in Connect() local
48 remote_client->OnScriptLoadFailed(/*error_message=*/""); in Connect()
/dports/polish/gnugadu2/gg2-2.3.0/
H A DMakefile.am16 contrib/remote_client/Makefile \
17 contrib/remote_client/main.c \
18 contrib/remote_client/remote_client.c \
19 contrib/remote_client/remote_client.h \
H A DMakefile.in332 contrib/remote_client/Makefile \
333 contrib/remote_client/main.c \
334 contrib/remote_client/remote_client.c \
335 contrib/remote_client/remote_client.h \
565 …$(mkdir_p) $(distdir)/contrib $(distdir)/contrib/plugin_example $(distdir)/contrib/remote_client $…
/dports/devel/p5-IO-Multiplex/IO-Multiplex-1.16/contrib/
H A Dportfw140 my $remote_client = new IO::Socket::INET
144 if (!$remote_client) {
151 $mux->add($remote_client);
152 $complement{"$fh"} = $remote_client;
153 $complement{"$remote_client"} = $fh;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_utility_client.cc111 remote_client; in Write() local
114 this, remote_client.InitWithNewPipeAndPassReceiver()); in Write()
115 removable_storage_writer_->Write(source, target, std::move(remote_client)); in Write()
133 remote_client; in Verify() local
136 this, remote_client.InitWithNewPipeAndPassReceiver()); in Verify()
137 removable_storage_writer_->Verify(source, target, std::move(remote_client)); in Verify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_utility_client.cc111 remote_client; in Write() local
114 this, remote_client.InitWithNewPipeAndPassReceiver()); in Write()
115 removable_storage_writer_->Write(source, target, std::move(remote_client)); in Write()
133 remote_client; in Verify() local
136 this, remote_client.InitWithNewPipeAndPassReceiver()); in Verify()
137 removable_storage_writer_->Verify(source, target, std::move(remote_client)); in Verify()
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcclient/
H A Dclient_keyagr.c390 SilcClientEntry remote_client; in SILC_FSM_STATE() local
407 remote_client = silc_client_get_client_by_id(client, conn, &remote_id); in SILC_FSM_STATE()
408 if (!remote_client || !remote_client->internal.valid) { in SILC_FSM_STATE()
410 silc_client_unref_client(client, conn, remote_client); in SILC_FSM_STATE()
430 remote_client->internal.prv_resp = TRUE; in SILC_FSM_STATE()
432 remote_client->internal.prv_resp = FALSE; in SILC_FSM_STATE()
436 client, conn, remote_client, in SILC_FSM_STATE()
H A Dclient_prvmsg.c120 SilcClientEntry remote_client = NULL; in SILC_FSM_STATE() local
143 if (!remote_client || !remote_client->nickname[0]) { in SILC_FSM_STATE()
145 silc_client_unref_client(client, conn, remote_client); in SILC_FSM_STATE()
154 !remote_client->internal.receive_key && in SILC_FSM_STATE()
155 !remote_client->internal.hmac_receive)) { in SILC_FSM_STATE()
179 TRUE, !remote_client->internal.generated, in SILC_FSM_STATE()
180 remote_client->internal.receive_key, in SILC_FSM_STATE()
181 remote_client->internal.hmac_receive, in SILC_FSM_STATE()
188 if (remote_client->internal.receive_key) { in SILC_FSM_STATE()
226 silc_client_send_private_message(client, conn, remote_client, in SILC_FSM_STATE()
[all …]
H A Dclient_ftp.c989 SilcClientEntry remote_client; in SILC_FSM_STATE() local
1013 remote_client = silc_client_get_client_by_id(client, conn, &remote_id); in SILC_FSM_STATE()
1014 if (!remote_client || !remote_client->internal.valid) { in SILC_FSM_STATE()
1016 silc_client_unref_client(client, conn, remote_client); in SILC_FSM_STATE()
1027 if (session->client_entry == remote_client && in SILC_FSM_STATE()
1064 remote_client); in SILC_FSM_STATE()
1072 client->internal->ops->ftp(client, conn, remote_client, in SILC_FSM_STATE()
/dports/net-p2p/shx/shx-0.2.4/run/
H A Dhxvars31 # address/port specified when remote_client is enabled unless
63 # when remote_client is set to '1', this setting tells hx whether
77 # once remote_client is set to '1', varaibles can no
81 remote_client='0'
109 # As usual, if remote_client is enabled (above), this variable is
/dports/net/p5-Net-SNPP/Net-SNPP-1.17/lib/Net/SNPP/
H A DServer.pm154 my $remote_client = getpeername($_[0]);
155 return 'xxx.xxx.xxx.xxx' if ( !defined($remote_client) );
156 my($port,$iaddr) = unpack_sockaddr_in($remote_client);

123