• Home
  • Raw
  • Download

Lines Matching refs:URLProtocol

26 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;
36 extern const URLProtocol ff_gopher_protocol;
37 extern const URLProtocol ff_gophers_protocol;
38 extern const URLProtocol ff_hls_protocol;
39 extern const URLProtocol ff_http_protocol;
40 extern const URLProtocol ff_httpproxy_protocol;
41 extern const URLProtocol ff_https_protocol;
42 extern const URLProtocol ff_icecast_protocol;
43 extern const URLProtocol ff_mmsh_protocol;
44 extern const URLProtocol ff_mmst_protocol;
45 extern const URLProtocol ff_md5_protocol;
46 extern const URLProtocol ff_pipe_protocol;
47 extern const URLProtocol ff_prompeg_protocol;
48 extern const URLProtocol ff_rtmp_protocol;
49 extern const URLProtocol ff_rtmpe_protocol;
50 extern const URLProtocol ff_rtmps_protocol;
51 extern const URLProtocol ff_rtmpt_protocol;
52 extern const URLProtocol ff_rtmpte_protocol;
53 extern const URLProtocol ff_rtmpts_protocol;
54 extern const URLProtocol ff_rtp_protocol;
55 extern const URLProtocol ff_sctp_protocol;
56 extern const URLProtocol ff_srtp_protocol;
57 extern const URLProtocol ff_subfile_protocol;
58 extern const URLProtocol ff_tee_protocol;
59 extern const URLProtocol ff_tcp_protocol;
60 extern const URLProtocol ff_tls_protocol;
61 extern const URLProtocol ff_udp_protocol;
62 extern const URLProtocol ff_udplite_protocol;
63 extern const URLProtocol ff_unix_protocol;
64 extern const URLProtocol ff_libamqp_protocol;
65 extern const URLProtocol ff_librist_protocol;
66 extern const URLProtocol ff_librtmp_protocol;
67 extern const URLProtocol ff_librtmpe_protocol;
68 extern const URLProtocol ff_librtmps_protocol;
69 extern const URLProtocol ff_librtmpt_protocol;
70 extern const URLProtocol ff_librtmpte_protocol;
71 extern const URLProtocol ff_libsrt_protocol;
72 extern const URLProtocol ff_libssh_protocol;
73 extern const URLProtocol ff_libsmbclient_protocol;
74 extern const URLProtocol ff_libzmq_protocol;
116 const URLProtocol **p = *opaque; in avio_enum_protocols()
139 const URLProtocol **ffurl_get_protocols(const char *whitelist, in ffurl_get_protocols()
142 const URLProtocol **ret; in ffurl_get_protocols()
150 const URLProtocol *up = url_protocols[i]; in ffurl_get_protocols()