Home
last modified time | relevance | path

Searched defs:is_client (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.h59 gboolean is_client; member
Dgstdtlsconnection.c87 gboolean is_client; member
325 gst_dtls_connection_start (GstDtlsConnection * self, gboolean is_client, in gst_dtls_connection_start()
/third_party/node/src/crypto/
Dcrypto_tls.h68 bool is_client() const { return kind_ == Kind::kClient; } in is_client() function
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c103 lws_ssl_bind_passphrase(SSL_CTX *ssl_ctx, int is_client, in lws_ssl_bind_passphrase()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c5066 gboolean is_client; in _generate_data_channel_id() local