Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c123 static GstFlowReturn openssl_poll (GstDtlsConnection *, gboolean * notify_state,
367 ret = openssl_poll (self, &notify_state, err); in gst_dtls_connection_start()
409 openssl_poll (self, &notify_state, NULL); in handle_timeout()
657 flow_ret = openssl_poll (self, &notify_state, err); in gst_dtls_connection_process()
713 flow_ret = openssl_poll (self, &notify_state, err); in gst_dtls_connection_process()
1042 openssl_poll (GstDtlsConnection * self, gboolean * notify_state, GError ** err) in openssl_poll() function