Searched refs:openssl_poll (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 123 static GstFlowReturn openssl_poll (GstDtlsConnection *, gboolean * notify_state, 367 ret = openssl_poll (self, ¬ify_state, err); in gst_dtls_connection_start() 409 openssl_poll (self, ¬ify_state, NULL); in handle_timeout() 657 flow_ret = openssl_poll (self, ¬ify_state, err); in gst_dtls_connection_process() 713 flow_ret = openssl_poll (self, ¬ify_state, err); in gst_dtls_connection_process() 1042 openssl_poll (GstDtlsConnection * self, gboolean * notify_state, GError ** err) in openssl_poll() function
|