Searched refs:bio_method_read (Results 1 – 1 of 1) sorted by relevance
132 static int bio_method_read (BIO *, char *out_buffer, int size);1155 bio_method_read,1181 || !BIO_meth_set_read (custom_bio_methods, bio_method_read) in BIO_s_gst_dtls_connection()1210 bio_method_read (BIO * bio, char *out_buffer, int size) in bio_method_read() function