Lines Matching refs:flow_ret
606 GstFlowReturn flow_ret) in gst_dtls_connection_set_flow_return() argument
609 self->priv->syscall_flow_return = flow_ret; in gst_dtls_connection_set_flow_return()
616 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_dtls_connection_process() local
657 flow_ret = openssl_poll (self, ¬ify_state, err); in gst_dtls_connection_process()
659 if (flow_ret != GST_FLOW_OK) { in gst_dtls_connection_process()
661 return flow_ret; in gst_dtls_connection_process()
678 flow_ret = in gst_dtls_connection_process()
680 if (flow_ret == GST_FLOW_EOS) { in gst_dtls_connection_process()
699 return flow_ret; in gst_dtls_connection_process()
700 } else if (flow_ret != GST_FLOW_OK) { in gst_dtls_connection_process()
708 return flow_ret; in gst_dtls_connection_process()
713 flow_ret = openssl_poll (self, ¬ify_state, err); in gst_dtls_connection_process()
725 return flow_ret; in gst_dtls_connection_process()
732 GstFlowReturn flow_ret; in gst_dtls_connection_send() local
773 flow_ret = GST_FLOW_EOS; in gst_dtls_connection_send()
776 flow_ret = GST_FLOW_OK; in gst_dtls_connection_send()
778 flow_ret = in gst_dtls_connection_send()
788 flow_ret = in gst_dtls_connection_send()
794 flow_ret = GST_FLOW_OK; in gst_dtls_connection_send()
805 flow_ret = GST_FLOW_ERROR; in gst_dtls_connection_send()
816 return flow_ret; in gst_dtls_connection_send()
1045 GstFlowReturn flow_ret; in openssl_poll() local
1085 flow_ret = in openssl_poll()
1091 return flow_ret; in openssl_poll()