Home
last modified time | relevance | path

Searched refs:URLProtocol (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Dprotocols.c26 extern const URLProtocol ff_async_protocol;
27 extern const URLProtocol ff_bluray_protocol;
28 extern const URLProtocol ff_cache_protocol;
29 extern const URLProtocol ff_concat_protocol;
30 extern const URLProtocol ff_crypto_protocol;
31 extern const URLProtocol ff_data_protocol;
32 extern const URLProtocol ff_ffrtmpcrypt_protocol;
33 extern const URLProtocol ff_ffrtmphttp_protocol;
34 extern const URLProtocol ff_file_protocol;
35 extern const URLProtocol ff_ftp_protocol;
[all …]
Durl.h40 const struct URLProtocol *prot;
54 typedef struct URLProtocol { struct
100 } URLProtocol; argument
351 const URLProtocol **ffurl_get_protocols(const char *whitelist,
Dlibrtmp.c351 const URLProtocol ff_librtmp_protocol = {
366 const URLProtocol ff_librtmpt_protocol = {
381 const URLProtocol ff_librtmpe_protocol = {
396 const URLProtocol ff_librtmpte_protocol = {
411 const URLProtocol ff_librtmps_protocol = {
Dgopher.c121 const URLProtocol ff_gopher_protocol = {
134 const URLProtocol ff_gophers_protocol = {
Davio.c77 static int url_alloc_for_protocol(URLContext **puc, const URLProtocol *up, in url_alloc_for_protocol()
254 static const struct URLProtocol *url_find_protocol(const char *filename) in url_find_protocol()
256 const URLProtocol **protocols; in url_find_protocol()
277 const URLProtocol *up = protocols[i]; in url_find_protocol()
299 const URLProtocol *p = NULL; in ffurl_alloc()
472 const URLProtocol *p = url_find_protocol(url); in avio_find_protocol_name()
Dmd5proto.c90 const URLProtocol ff_md5_protocol = {
Ddata_uri.c112 const URLProtocol ff_data_protocol = {
Dfile.c356 const URLProtocol ff_file_protocol = {
402 const URLProtocol ff_pipe_protocol = {
Dteeproto.c139 const URLProtocol ff_tee_protocol = {
Dsubfile.c149 const URLProtocol ff_subfile_protocol = {
Dunix.c148 const URLProtocol ff_unix_protocol = {
Dsrtpproto.c134 const URLProtocol ff_srtp_protocol = {
Dbluray.c227 const URLProtocol ff_bluray_protocol = {
Dconcat.c191 const URLProtocol ff_concat_protocol = {
Dlibzmq.c195 const URLProtocol ff_libzmq_protocol = {
Dtls_libtls.c202 const URLProtocol ff_tls_protocol = {
Dlibrist.c235 const URLProtocol ff_librist_protocol = {
Drtmpcrypt.c328 const URLProtocol ff_ffrtmpcrypt_protocol = {
Dicecast.c215 const URLProtocol ff_icecast_protocol = {
Drtmphttp.c276 const URLProtocol ff_ffrtmphttp_protocol = {
Dasync.c486 const URLProtocol ff_async_protocol = {
588 const URLProtocol ff_async_test_protocol = {
Dtls_gnutls.c290 const URLProtocol ff_tls_protocol = {
Dhlsproto.c312 const URLProtocol ff_hls_protocol = {
Dcache.c335 const URLProtocol ff_cache_protocol = {
Dtcp.c313 const URLProtocol ff_tcp_protocol = {

12