Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c133 static long bio_method_ctrl (BIO *, int cmd, long arg1, void *arg2);
1158 bio_method_ctrl,
1182 || !BIO_meth_set_ctrl (custom_bio_methods, bio_method_ctrl) in BIO_s_gst_dtls_connection()
1254 bio_method_ctrl (BIO * bio, int cmd, long arg1, void *arg2) in bio_method_ctrl() function