Home
last modified time | relevance | path

Searched refs:connection_ex_index (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c78 static int connection_ex_index; variable
145 connection_ex_index = in gst_dtls_connection_class_init()
297 SSL_set_ex_data (priv->ssl, connection_ex_index, self); in gst_dtls_connection_set_property()
1106 self = SSL_get_ex_data (ssl, connection_ex_index); in openssl_verify_callback()