Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dtls_openssl.c47 BIO_METHOD* url_bio_method; member
141 if (c->url_bio_method) in tls_close()
142 BIO_meth_free(c->url_bio_method); in tls_close()
216 static BIO_METHOD url_bio_method = { variable
281 BIO_meth_set_write(p->url_bio_method, url_bio_bwrite); in tls_open()
282 BIO_meth_set_read(p->url_bio_method, url_bio_bread); in tls_open()
283 BIO_meth_set_puts(p->url_bio_method, url_bio_bputs); in tls_open()
284 BIO_meth_set_ctrl(p->url_bio_method, url_bio_ctrl); in tls_open()
285 BIO_meth_set_create(p->url_bio_method, url_bio_create); in tls_open()
287 bio = BIO_new(p->url_bio_method); in tls_open()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dtls_openssl.c47 BIO_METHOD* url_bio_method; member
147 if (c->url_bio_method) in tls_close()
148 BIO_meth_free(c->url_bio_method); in tls_close()
222 static BIO_METHOD url_bio_method = { variable
287 BIO_meth_set_write(p->url_bio_method, url_bio_bwrite); in tls_open()
288 BIO_meth_set_read(p->url_bio_method, url_bio_bread); in tls_open()
289 BIO_meth_set_puts(p->url_bio_method, url_bio_bputs); in tls_open()
290 BIO_meth_set_ctrl(p->url_bio_method, url_bio_ctrl); in tls_open()
291 BIO_meth_set_create(p->url_bio_method, url_bio_create); in tls_open()
293 bio = BIO_new(p->url_bio_method); in tls_open()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dtls_openssl.c47 BIO_METHOD* url_bio_method; member
148 if (c->url_bio_method) in tls_close()
149 BIO_meth_free(c->url_bio_method); in tls_close()
223 static BIO_METHOD url_bio_method = { variable
288 BIO_meth_set_write(p->url_bio_method, url_bio_bwrite); in tls_open()
289 BIO_meth_set_read(p->url_bio_method, url_bio_bread); in tls_open()
290 BIO_meth_set_puts(p->url_bio_method, url_bio_bputs); in tls_open()
291 BIO_meth_set_ctrl(p->url_bio_method, url_bio_ctrl); in tls_open()
292 BIO_meth_set_create(p->url_bio_method, url_bio_create); in tls_open()
294 bio = BIO_new(p->url_bio_method); in tls_open()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dtls_openssl.c47 BIO_METHOD* url_bio_method; member
147 if (c->url_bio_method) in tls_close()
148 BIO_meth_free(c->url_bio_method); in tls_close()
222 static BIO_METHOD url_bio_method = { variable
287 BIO_meth_set_write(p->url_bio_method, url_bio_bwrite); in tls_open()
288 BIO_meth_set_read(p->url_bio_method, url_bio_bread); in tls_open()
289 BIO_meth_set_puts(p->url_bio_method, url_bio_bputs); in tls_open()
290 BIO_meth_set_ctrl(p->url_bio_method, url_bio_ctrl); in tls_open()
291 BIO_meth_set_create(p->url_bio_method, url_bio_create); in tls_open()
293 bio = BIO_new(p->url_bio_method); in tls_open()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dtls_openssl.c47 BIO_METHOD* url_bio_method; member
147 if (c->url_bio_method) in tls_close()
148 BIO_meth_free(c->url_bio_method); in tls_close()
222 static BIO_METHOD url_bio_method = { variable
287 BIO_meth_set_write(p->url_bio_method, url_bio_bwrite); in tls_open()
288 BIO_meth_set_read(p->url_bio_method, url_bio_bread); in tls_open()
289 BIO_meth_set_puts(p->url_bio_method, url_bio_bputs); in tls_open()
290 BIO_meth_set_ctrl(p->url_bio_method, url_bio_ctrl); in tls_open()
291 BIO_meth_set_create(p->url_bio_method, url_bio_create); in tls_open()
293 bio = BIO_new(p->url_bio_method); in tls_open()
[all …]