Home
last modified time | relevance | path

Searched refs:shutdown_read (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdtlsconnection.h80 gboolean shutdown_read,
86 gboolean shutdown_read,
166 … gboolean shutdown_read,
173 … gboolean shutdown_read,
H A Dgdtlsconnection.c838 gboolean shutdown_read, in g_dtls_connection_shutdown() argument
850 if (!shutdown_read && !shutdown_write) in g_dtls_connection_shutdown()
856 return iface->shutdown (conn, shutdown_read, shutdown_write, in g_dtls_connection_shutdown()
877 gboolean shutdown_read, in g_dtls_connection_shutdown_async() argument
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-rustls-0.22.0/src/
H A Dserver.rs71 this.state.shutdown_read(); in poll_read()
77 this.state.shutdown_read(); in poll_read()
H A Dclient.rs72 this.state.shutdown_read(); in poll_read()
78 this.state.shutdown_read(); in poll_read()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-rustls-0.22.0/src/
H A Dserver.rs71 this.state.shutdown_read(); in poll_read()
77 this.state.shutdown_read(); in poll_read()
H A Dclient.rs72 this.state.shutdown_read(); in poll_read()
78 this.state.shutdown_read(); in poll_read()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-rustls-0.22.0/src/
H A Dserver.rs71 this.state.shutdown_read(); in poll_read()
77 this.state.shutdown_read(); in poll_read()
H A Dclient.rs72 this.state.shutdown_read(); in poll_read()
78 this.state.shutdown_read(); in poll_read()
/dports/net/krill/krill-0.9.4/cargo-crates/tokio-rustls-0.22.0/src/
H A Dserver.rs71 this.state.shutdown_read(); in poll_read()
77 this.state.shutdown_read(); in poll_read()
H A Dclient.rs72 this.state.shutdown_read(); in poll_read()
78 this.state.shutdown_read(); in poll_read()
/dports/www/xh/xh-0.14.1/cargo-crates/tokio-rustls-0.22.0/src/
H A Dserver.rs71 this.state.shutdown_read(); in poll_read()
77 this.state.shutdown_read(); in poll_read()
H A Dclient.rs72 this.state.shutdown_read(); in poll_read()
78 this.state.shutdown_read(); in poll_read()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/tokio-rustls-0.22.0/src/
H A Dserver.rs71 this.state.shutdown_read(); in poll_read()
77 this.state.shutdown_read(); in poll_read()
H A Dclient.rs72 this.state.shutdown_read(); in poll_read()
78 this.state.shutdown_read(); in poll_read()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/tokio-rustls-0.22.0/src/
H A Dserver.rs71 this.state.shutdown_read(); in poll_read()
77 this.state.shutdown_read(); in poll_read()
H A Dclient.rs72 this.state.shutdown_read(); in poll_read()
78 this.state.shutdown_read(); in poll_read()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/tokio-rustls-0.14.1/src/
H A Dserver.rs76 this.state.shutdown_read(); in poll_read()
81 this.state.shutdown_read(); in poll_read()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/tokio-rustls-0.13.1/src/
H A Dserver.rs76 this.state.shutdown_read(); in poll_read()
81 this.state.shutdown_read(); in poll_read()
H A Dclient.rs75 this.state.shutdown_read(); in poll_read()
80 this.state.shutdown_read(); in poll_read()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/tokio-rustls-0.13.1/src/
H A Dserver.rs76 this.state.shutdown_read(); in poll_read()
81 this.state.shutdown_read(); in poll_read()
/dports/www/zola/zola-0.15.2/cargo-crates/tokio-rustls-0.23.1/src/
H A Dserver.rs75 this.state.shutdown_read();
81 this.state.shutdown_read();
/dports/net/gsk/gsk-1.0.63/src/ssl/
H A Dgskopensslbiostream.c34 return GSK_IO_CLASS (parent_class)->shutdown_read (io,error); in gsk_buffer_stream_openssl_shutdown_read()
55 GSK_IO_CLASS (class)->shutdown_read = gsk_buffer_stream_openssl_shutdown_read; in gsk_buffer_stream_openssl_class_init()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/libfilezilla/
H A Dsocket.hpp427 virtual int shutdown_read() = 0;
577 virtual int shutdown_read() override { return 0; } in shutdown_read() function in fz::socket
655 virtual int shutdown_read() override;
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dtls_layer.cpp139 int tls_layer::shutdown_read() in shutdown_read() function in fz::tls_layer
141 return impl_->shutdown_read(); in shutdown_read()
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/src/io/network/
H A Dpipe_reader.cpp31 shutdown_read(fd_); in graceful_shutdown()

12345