URLContext 186 ffserver.c URLContext *rtp_handles[FFSERVER_MAX_STREAMS]; URLContext 790 ffserver.c URLContext *h; URLContext 3253 ffserver.c URLContext *h = NULL; URLContext 44 libavformat/avio.c URLContext *h = (URLContext *)ptr; URLContext 53 libavformat/avio.c URLContext *h = obj; URLContext 108 libavformat/avio.c static int url_alloc_for_protocol(URLContext **puc, struct URLProtocol *up, URLContext 112 libavformat/avio.c URLContext *uc; URLContext 129 libavformat/avio.c uc = av_mallocz(sizeof(URLContext) + strlen(filename) + 1); URLContext 194 libavformat/avio.c int ffurl_connect(URLContext *uc, AVDictionary **options) URLContext 249 libavformat/avio.c int ffurl_alloc(URLContext **puc, const char *filename, int flags, URLContext 269 libavformat/avio.c int ffurl_open(URLContext **puc, const char *filename, int flags, URLContext 289 libavformat/avio.c static inline int retry_transfer_wrapper(URLContext *h, uint8_t *buf, URLContext 291 libavformat/avio.c int (*transfer_func)(URLContext *h, URLContext 330 libavformat/avio.c int ffurl_read(URLContext *h, unsigned char *buf, int size) URLContext 337 libavformat/avio.c int ffurl_read_complete(URLContext *h, unsigned char *buf, int size) URLContext 344 libavformat/avio.c int ffurl_write(URLContext *h, const unsigned char *buf, int size) URLContext 355 libavformat/avio.c int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) URLContext 365 libavformat/avio.c int ffurl_closep(URLContext **hh) URLContext 367 libavformat/avio.c URLContext *h= *hh; URLContext 387 libavformat/avio.c int ffurl_close(URLContext *h) URLContext 402 libavformat/avio.c URLContext *h; URLContext 419 libavformat/avio.c int64_t ffurl_size(URLContext *h) URLContext 434 libavformat/avio.c int ffurl_get_file_handle(URLContext *h) URLContext 441 libavformat/avio.c int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) URLContext 456 libavformat/avio.c int ffurl_shutdown(URLContext *h, int flags) URLContext 133 libavformat/avio_internal.h int ffio_fdopen(AVIOContext **s, URLContext *h); URLContext 765 libavformat/aviobuf.c int ffio_fdopen(AVIOContext **s, URLContext *h) URLContext 905 libavformat/aviobuf.c URLContext *h; URLContext 921 libavformat/aviobuf.c URLContext *h; URLContext 967 libavformat/aviobuf.c URLContext *h = s->opaque; URLContext 61 libavformat/bluray.c static int check_disc_info(URLContext *h) URLContext 104 libavformat/bluray.c static int bluray_close(URLContext *h) URLContext 114 libavformat/bluray.c static int bluray_open(URLContext *h, const char *path, int flags) URLContext 190 libavformat/bluray.c static int bluray_read(URLContext *h, unsigned char *buf, int size) URLContext 204 libavformat/bluray.c static int64_t bluray_seek(URLContext *h, int64_t pos, int whence) URLContext 63 libavformat/cache.c URLContext *inner; URLContext 73 libavformat/cache.c static int cache_open(URLContext *h, const char *arg, int flags, AVDictionary **options) URLContext 92 libavformat/cache.c static int add_entry(URLContext *h, const unsigned char *buf, int size) URLContext 155 libavformat/cache.c static int cache_read(URLContext *h, unsigned char *buf, int size) URLContext 220 libavformat/cache.c static int64_t cache_seek(URLContext *h, int64_t pos, int whence) URLContext 285 libavformat/cache.c static int cache_close(URLContext *h) URLContext 33 libavformat/concat.c URLContext *uc; ///< node's URLContext URLContext 43 libavformat/concat.c static av_cold int concat_close(URLContext *h) URLContext 58 libavformat/concat.c static av_cold int concat_open(URLContext *h, const char *uri, int flags) URLContext 64 libavformat/concat.c URLContext *uc; URLContext 125 libavformat/concat.c static int concat_read(URLContext *h, unsigned char *buf, int size) URLContext 149 libavformat/concat.c static int64_t concat_seek(URLContext *h, int64_t pos, int whence) URLContext 34 libavformat/crypto.c URLContext *hd; URLContext 107 libavformat/crypto.c static int crypto_open2(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 175 libavformat/crypto.c static int crypto_read(URLContext *h, uint8_t *buf, int size) URLContext 224 libavformat/crypto.c static int crypto_write(URLContext *h, const unsigned char *buf, int size) URLContext 265 libavformat/crypto.c static int crypto_close(URLContext *h) URLContext 64 libavformat/dashenc.c URLContext *out; URLContext 720 libavformat/dashenc.c URLContext *fd; URLContext 33 libavformat/data_uri.c static av_cold int data_open(URLContext *h, const char *uri, int flags) URLContext 92 libavformat/data_uri.c static av_cold int data_close(URLContext *h) URLContext 100 libavformat/data_uri.c static int data_read(URLContext *h, unsigned char *buf, int size) URLContext 81 libavformat/file.c static int file_read(URLContext *h, unsigned char *buf, int size) URLContext 90 libavformat/file.c static int file_write(URLContext *h, const unsigned char *buf, int size) URLContext 99 libavformat/file.c static int file_get_handle(URLContext *h) URLContext 105 libavformat/file.c static int file_check(URLContext *h, int mask) URLContext 136 libavformat/file.c static int file_open(URLContext *h, const char *filename, int flags) URLContext 170 libavformat/file.c static int64_t file_seek(URLContext *h, int64_t pos, int whence) URLContext 186 libavformat/file.c static int file_close(URLContext *h) URLContext 209 libavformat/file.c static int pipe_open(URLContext *h, const char *filename, int flags) URLContext 41 libavformat/ftp.c URLContext *conn_control; /**< Control connection */ URLContext 42 libavformat/ftp.c URLContext *conn_data; /**< Data connection, NULL when not connected */ URLContext 461 libavformat/ftp.c static int ftp_connect_control_connection(URLContext *h) URLContext 509 libavformat/ftp.c static int ftp_connect_data_connection(URLContext *h) URLContext 542 libavformat/ftp.c static int ftp_abort(URLContext *h) URLContext 580 libavformat/ftp.c static int ftp_open(URLContext *h, const char *url, int flags) URLContext 627 libavformat/ftp.c static int64_t ftp_seek(URLContext *h, int64_t pos, int whence) URLContext 670 libavformat/ftp.c static int ftp_read(URLContext *h, unsigned char *buf, int size) URLContext 727 libavformat/ftp.c static int ftp_write(URLContext *h, const unsigned char *buf, int size) URLContext 756 libavformat/ftp.c static int ftp_close(URLContext *h) URLContext 765 libavformat/ftp.c static int ftp_get_file_handle(URLContext *h) URLContext 777 libavformat/ftp.c static int ftp_shutdown(URLContext *h, int flags) URLContext 32 libavformat/gopher.c URLContext *hd; URLContext 35 libavformat/gopher.c static int gopher_write(URLContext *h, const uint8_t *buf, int size) URLContext 41 libavformat/gopher.c static int gopher_connect(URLContext *h, const char *path) URLContext 68 libavformat/gopher.c static int gopher_close(URLContext *h) URLContext 78 libavformat/gopher.c static int gopher_open(URLContext *h, const char *uri, int flags) URLContext 109 libavformat/gopher.c static int gopher_read(URLContext *h, uint8_t *buf, int size) URLContext 95 libavformat/hls.c URLContext *input; URLContext 947 libavformat/hls.c URLContext *uc; URLContext 1252 libavformat/hls.c URLContext *u = (s->flags & AVFMT_FLAG_CUSTOM_IO) ? NULL : s->pb->opaque; URLContext 67 libavformat/hlsproto.c URLContext *seg_hd; URLContext 110 libavformat/hlsproto.c static int parse_playlist(URLContext *h, const char *url) URLContext 181 libavformat/hlsproto.c static int hls_close(URLContext *h) URLContext 191 libavformat/hlsproto.c static int hls_open(URLContext *h, const char *uri, int flags) URLContext 255 libavformat/hlsproto.c static int hls_read(URLContext *h, uint8_t *buf, int size) URLContext 50 libavformat/http.c URLContext *hd; URLContext 131 libavformat/http.c static int http_connect(URLContext *h, const char *path, const char *local_path, URLContext 135 libavformat/http.c void ff_http_init_auth_state(URLContext *dest, const URLContext *src) URLContext 145 libavformat/http.c static int http_open_cnx_internal(URLContext *h, AVDictionary **options) URLContext 206 libavformat/http.c static int http_open_cnx(URLContext *h, AVDictionary **options) URLContext 262 libavformat/http.c int ff_http_do_new_request(URLContext *h, const char *uri) URLContext 297 libavformat/http.c static int http_open(URLContext *h, const char *uri, int flags, URLContext 369 libavformat/http.c static int check_http_code(URLContext *h, int http_code, const char *end) URLContext 398 libavformat/http.c static void parse_content_range(URLContext *h, const char *p) URLContext 413 libavformat/http.c static int parse_content_encoding(URLContext *h, const char *p) URLContext 506 libavformat/http.c static int process_line(URLContext *h, char *line, int line_count, URLContext 704 libavformat/http.c static int http_read_header(URLContext *h, int *new_location) URLContext 736 libavformat/http.c static int http_connect(URLContext *h, const char *path, const char *local_path, URLContext 892 libavformat/http.c static int http_buf_read(URLContext *h, uint8_t *buf, int size) URLContext 919 libavformat/http.c static int http_buf_read_compressed(URLContext *h, uint8_t *buf, int size) URLContext 950 libavformat/http.c static int http_read_stream(URLContext *h, uint8_t *buf, int size) URLContext 992 libavformat/http.c static int http_read_stream_all(URLContext *h, uint8_t *buf, int size) URLContext 1030 libavformat/http.c static int store_icy(URLContext *h, int size) URLContext 1067 libavformat/http.c static int http_read(URLContext *h, uint8_t *buf, int size) URLContext 1084 libavformat/http.c static int http_write(URLContext *h, const uint8_t *buf, int size) URLContext 1110 libavformat/http.c static int http_shutdown(URLContext *h, int flags) URLContext 1126 libavformat/http.c static int http_close(URLContext *h) URLContext 1146 libavformat/http.c static int64_t http_seek(URLContext *h, int64_t off, int whence) URLContext 1149 libavformat/http.c URLContext *old_hd = s->hd; URLContext 1193 libavformat/http.c static int http_get_file_handle(URLContext *h) URLContext 1244 libavformat/http.c static int http_proxy_close(URLContext *h) URLContext 1252 libavformat/http.c static int http_proxy_open(URLContext *h, const char *uri, int flags) URLContext 1335 libavformat/http.c static int http_proxy_write(URLContext *h, const uint8_t *buf, int size) URLContext 38 libavformat/http.h void ff_http_init_auth_state(URLContext *dest, const URLContext *src); URLContext 48 libavformat/http.h int ff_http_do_new_request(URLContext *h, const char *uri); URLContext 33 libavformat/icecast.c URLContext *hd; URLContext 75 libavformat/icecast.c static int icecast_close(URLContext *h) URLContext 83 libavformat/icecast.c static int icecast_open(URLContext *h, const char *uri, int flags) URLContext 177 libavformat/icecast.c static int icecast_write(URLContext *h, const uint8_t *buf, int size) URLContext 73 libavformat/librtmp.c static int rtmp_close(URLContext *s) URLContext 95 libavformat/librtmp.c static int rtmp_open(URLContext *s, const char *uri, int flags) URLContext 254 libavformat/librtmp.c static int rtmp_write(URLContext *s, const uint8_t *buf, int size) URLContext 262 libavformat/librtmp.c static int rtmp_read(URLContext *s, uint8_t *buf, int size) URLContext 270 libavformat/librtmp.c static int rtmp_read_pause(URLContext *s, int pause) URLContext 280 libavformat/librtmp.c static int64_t rtmp_read_seek(URLContext *s, int stream_index, URLContext 299 libavformat/librtmp.c static int rtmp_get_file_handle(URLContext *s) URLContext 47 libavformat/libsmbclient.c static av_cold int libsmbc_connect(URLContext *h) URLContext 80 libavformat/libsmbclient.c static av_cold int libsmbc_close(URLContext *h) URLContext 94 libavformat/libsmbclient.c static av_cold int libsmbc_open(URLContext *h, const char *url, int flags) URLContext 135 libavformat/libsmbclient.c static int64_t libsmbc_seek(URLContext *h, int64_t pos, int whence) URLContext 157 libavformat/libsmbclient.c static int libsmbc_read(URLContext *h, unsigned char *buf, int size) URLContext 171 libavformat/libsmbclient.c static int libsmbc_write(URLContext *h, const unsigned char *buf, int size) URLContext 167 libavformat/libssh.c static av_cold int libssh_close(URLContext *h) URLContext 186 libavformat/libssh.c static av_cold int libssh_open(URLContext *h, const char *url, int flags) URLContext 228 libavformat/libssh.c static int64_t libssh_seek(URLContext *h, int64_t pos, int whence) URLContext 267 libavformat/libssh.c static int libssh_read(URLContext *h, unsigned char *buf, int size) URLContext 279 libavformat/libssh.c static int libssh_write(URLContext *h, const unsigned char *buf, int size) URLContext 34 libavformat/md5proto.c static int md5_open(URLContext *h, const char *filename, int flags) URLContext 49 libavformat/md5proto.c static int md5_write(URLContext *h, const unsigned char *buf, int size) URLContext 56 libavformat/md5proto.c static int md5_close(URLContext *h) URLContext 61 libavformat/md5proto.c URLContext *out; URLContext 31 libavformat/mms.h URLContext *mms_hd; ///< TCP connection handle URLContext 64 libavformat/mmsh.c static int mmsh_close(URLContext *h) URLContext 214 libavformat/mmsh.c static int mmsh_open_internal(URLContext *h, const char *uri, int flags, int timestamp, int64_t pos) URLContext 317 libavformat/mmsh.c static int mmsh_open(URLContext *h, const char *uri, int flags) URLContext 350 libavformat/mmsh.c static int mmsh_read(URLContext *h, uint8_t *buf, int size) URLContext 368 libavformat/mmsh.c static int64_t mmsh_read_seek(URLContext *h, int stream_index, URLContext 394 libavformat/mmsh.c static int64_t mmsh_seek(URLContext *h, int64_t pos, int whence) URLContext 470 libavformat/mmst.c static int mms_close(URLContext *h) URLContext 511 libavformat/mmst.c static int mms_open(URLContext *h, const char *uri, int flags) URLContext 590 libavformat/mmst.c static int mms_read(URLContext *h, uint8_t *buf, int size) URLContext 262 libavformat/network.c socklen_t addrlen, int timeout, URLContext *h) URLContext 295 libavformat/network.c socklen_t addrlen, int timeout, URLContext *h, URLContext 255 libavformat/network.h URLContext *h); URLContext 274 libavformat/network.h URLContext *h, int will_try_next); URLContext 44 libavformat/rtmpcrypt.c URLContext *stream; ///< TCP stream URLContext 122 libavformat/rtmpcrypt.c int ff_rtmpe_gen_pub_key(URLContext *h, uint8_t *buf) URLContext 145 libavformat/rtmpcrypt.c int ff_rtmpe_compute_secret_key(URLContext *h, const uint8_t *serverdata, URLContext 207 libavformat/rtmpcrypt.c void ff_rtmpe_encrypt_sig(URLContext *h, uint8_t *sig, const uint8_t *digest, URLContext 223 libavformat/rtmpcrypt.c int ff_rtmpe_update_keystream(URLContext *h) URLContext 238 libavformat/rtmpcrypt.c static int rtmpe_close(URLContext *h) URLContext 248 libavformat/rtmpcrypt.c static int rtmpe_open(URLContext *h, const char *uri, int flags) URLContext 276 libavformat/rtmpcrypt.c static int rtmpe_read(URLContext *h, uint8_t *buf, int size) URLContext 296 libavformat/rtmpcrypt.c static int rtmpe_write(URLContext *h, const uint8_t *buf, int size) URLContext 36 libavformat/rtmpcrypt.h int ff_rtmpe_gen_pub_key(URLContext *h, uint8_t *buf); URLContext 47 libavformat/rtmpcrypt.h int ff_rtmpe_compute_secret_key(URLContext *h, const uint8_t *serverdata, URLContext 58 libavformat/rtmpcrypt.h void ff_rtmpe_encrypt_sig(URLContext *h, uint8_t *signature, URLContext 67 libavformat/rtmpcrypt.h int ff_rtmpe_update_keystream(URLContext *h); URLContext 41 libavformat/rtmphttp.c URLContext *stream; ///< HTTP stream URLContext 55 libavformat/rtmphttp.c static int rtmp_http_send_cmd(URLContext *h, const char *cmd) URLContext 85 libavformat/rtmphttp.c static int rtmp_http_write(URLContext *h, const uint8_t *buf, int size) URLContext 105 libavformat/rtmphttp.c static int rtmp_http_read(URLContext *h, uint8_t *buf, int size) URLContext 157 libavformat/rtmphttp.c static int rtmp_http_close(URLContext *h) URLContext 184 libavformat/rtmphttp.c static int rtmp_http_open(URLContext *h, const char *uri, int flags) URLContext 159 libavformat/rtmppkt.c int ff_rtmp_packet_read(URLContext *h, RTMPPacket *p, URLContext 171 libavformat/rtmppkt.c static int rtmp_packet_read_one_chunk(URLContext *h, RTMPPacket *p, URLContext 290 libavformat/rtmppkt.c int ff_rtmp_packet_read_internal(URLContext *h, RTMPPacket *p, int chunk_size, URLContext 305 libavformat/rtmppkt.c int ff_rtmp_packet_write(URLContext *h, RTMPPacket *pkt, URLContext 120 libavformat/rtmppkt.h int ff_rtmp_packet_read(URLContext *h, RTMPPacket *p, URLContext 135 libavformat/rtmppkt.h int ff_rtmp_packet_read_internal(URLContext *h, RTMPPacket *p, int chunk_size, URLContext 150 libavformat/rtmppkt.h int ff_rtmp_packet_write(URLContext *h, RTMPPacket *p, URLContext 79 libavformat/rtmpproto.c URLContext* stream; ///< TCP stream used in interactions with RTMP server URLContext 158 libavformat/rtmpproto.c static int handle_chunk_size(URLContext *s, RTMPPacket *pkt); URLContext 190 libavformat/rtmpproto.c static int find_tracked_method(URLContext *s, RTMPPacket *pkt, int offset, URLContext 254 libavformat/rtmpproto.c static int rtmp_write_amf_data(URLContext *s, char *param, uint8_t **p) URLContext 317 libavformat/rtmpproto.c static int gen_connect(URLContext *s, RTMPContext *rt) URLContext 402 libavformat/rtmpproto.c static int read_connect(URLContext *s, RTMPContext *rt) URLContext 562 libavformat/rtmpproto.c static int gen_release_stream(URLContext *s, RTMPContext *rt) URLContext 586 libavformat/rtmpproto.c static int gen_fcpublish_stream(URLContext *s, RTMPContext *rt) URLContext 610 libavformat/rtmpproto.c static int gen_fcunpublish_stream(URLContext *s, RTMPContext *rt) URLContext 634 libavformat/rtmpproto.c static int gen_create_stream(URLContext *s, RTMPContext *rt) URLContext 659 libavformat/rtmpproto.c static int gen_delete_stream(URLContext *s, RTMPContext *rt) URLContext 685 libavformat/rtmpproto.c static int gen_get_stream_length(URLContext *s, RTMPContext *rt) URLContext 707 libavformat/rtmpproto.c static int gen_buffer_time(URLContext *s, RTMPContext *rt) URLContext 729 libavformat/rtmpproto.c static int gen_play(URLContext *s, RTMPContext *rt) URLContext 753 libavformat/rtmpproto.c static int gen_seek(URLContext *s, RTMPContext *rt, int64_t timestamp) URLContext 779 libavformat/rtmpproto.c static int gen_pause(URLContext *s, RTMPContext *rt, int pause, uint32_t timestamp) URLContext 806 libavformat/rtmpproto.c static int gen_publish(URLContext *s, RTMPContext *rt) URLContext 833 libavformat/rtmpproto.c static int gen_pong(URLContext *s, RTMPContext *rt, RTMPPacket *ppkt) URLContext 859 libavformat/rtmpproto.c static int gen_swf_verification(URLContext *s, RTMPContext *rt) URLContext 880 libavformat/rtmpproto.c static int gen_server_bw(URLContext *s, RTMPContext *rt) URLContext 899 libavformat/rtmpproto.c static int gen_check_bw(URLContext *s, RTMPContext *rt) URLContext 920 libavformat/rtmpproto.c static int gen_bytes_read(URLContext *s, RTMPContext *rt, uint32_t ts) URLContext 936 libavformat/rtmpproto.c static int gen_fcsubscribe_stream(URLContext *s, RTMPContext *rt, URLContext 1061 libavformat/rtmpproto.c static int rtmp_calc_swf_verification(URLContext *s, RTMPContext *rt, URLContext 1129 libavformat/rtmpproto.c static int rtmp_calc_swfhash(URLContext *s) URLContext 1134 libavformat/rtmpproto.c URLContext *stream; URLContext 1214 libavformat/rtmpproto.c static int rtmp_handshake(URLContext *s, RTMPContext *rt) URLContext 1434 libavformat/rtmpproto.c static int rtmp_server_handshake(URLContext *s, RTMPContext *rt) URLContext 1508 libavformat/rtmpproto.c static int handle_chunk_size(URLContext *s, RTMPPacket *pkt) URLContext 1541 libavformat/rtmpproto.c static int handle_ping(URLContext *s, RTMPPacket *pkt) URLContext 1568 libavformat/rtmpproto.c static int handle_client_bw(URLContext *s, RTMPPacket *pkt) URLContext 1592 libavformat/rtmpproto.c static int handle_server_bw(URLContext *s, RTMPPacket *pkt) URLContext 1712 libavformat/rtmpproto.c static int handle_connect_error(URLContext *s, const char *desc) URLContext 1803 libavformat/rtmpproto.c static int handle_invoke_error(URLContext *s, RTMPPacket *pkt) URLContext 1842 libavformat/rtmpproto.c static int write_begin(URLContext *s) URLContext 1868 libavformat/rtmpproto.c static int write_status(URLContext *s, RTMPPacket *pkt, URLContext 1914 libavformat/rtmpproto.c static int send_invoke_response(URLContext *s, RTMPPacket *pkt) URLContext 2053 libavformat/rtmpproto.c static int handle_invoke_result(URLContext *s, RTMPPacket *pkt) URLContext 2125 libavformat/rtmpproto.c static int handle_invoke_status(URLContext *s, RTMPPacket *pkt) URLContext 2162 libavformat/rtmpproto.c static int handle_invoke(URLContext *s, RTMPPacket *pkt) URLContext 2245 libavformat/rtmpproto.c static int handle_notify(URLContext *s, RTMPPacket *pkt) URLContext 2308 libavformat/rtmpproto.c static int rtmp_parse_result(URLContext *s, RTMPContext *rt, RTMPPacket *pkt) URLContext 2413 libavformat/rtmpproto.c static int get_packet(URLContext *s, int for_header) URLContext 2496 libavformat/rtmpproto.c static int rtmp_close(URLContext *h) URLContext 2595 libavformat/rtmpproto.c static int rtmp_open(URLContext *s, const char *uri, int flags) URLContext 2891 libavformat/rtmpproto.c static int rtmp_read(URLContext *s, uint8_t *buf, int size) URLContext 2918 libavformat/rtmpproto.c static int64_t rtmp_seek(URLContext *s, int stream_index, int64_t timestamp, URLContext 2938 libavformat/rtmpproto.c static int rtmp_pause(URLContext *s, int pause) URLContext 2952 libavformat/rtmpproto.c static int rtmp_write(URLContext *s, const uint8_t *buf, int size) URLContext 270 libavformat/rtpdec.c int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, URLContext *fd, URLContext 373 libavformat/rtpdec.c void ff_rtp_send_punch_packets(URLContext *rtp_handle) URLContext 441 libavformat/rtpdec.c int ff_rtp_send_rtcp_feedback(RTPDemuxContext *s, URLContext *fd, URLContext 66 libavformat/rtpdec.h void ff_rtp_send_punch_packets(URLContext* rtp_handle); URLContext 73 libavformat/rtpdec.h int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, URLContext *fd, URLContext 75 libavformat/rtpdec.h int ff_rtp_send_rtcp_feedback(RTPDemuxContext *s, URLContext *fd, URLContext 29 libavformat/rtpenc_chain.c AVStream *st, URLContext *handle, int packet_size, URLContext 29 libavformat/rtpenc_chain.h AVStream *st, URLContext *handle, int packet_size, URLContext 45 libavformat/rtpproto.c URLContext *rtp_hd, *rtcp_hd; URLContext 63 libavformat/rtpproto.c int ff_rtp_set_remote_url(URLContext *h, const char *uri) URLContext 217 libavformat/rtpproto.c static void rtp_parse_addr_list(URLContext *h, char *buf, URLContext 280 libavformat/rtpproto.c static int rtp_open(URLContext *h, const char *uri, int flags) URLContext 389 libavformat/rtpproto.c static int rtp_read(URLContext *h, uint8_t *buf, int size) URLContext 431 libavformat/rtpproto.c static int rtp_write(URLContext *h, const uint8_t *buf, int size) URLContext 435 libavformat/rtpproto.c URLContext *hd; URLContext 507 libavformat/rtpproto.c static int rtp_close(URLContext *h) URLContext 530 libavformat/rtpproto.c int ff_rtp_get_local_rtp_port(URLContext *h) URLContext 542 libavformat/rtpproto.c int ff_rtp_get_local_rtcp_port(URLContext *h) URLContext 548 libavformat/rtpproto.c static int rtp_get_file_handle(URLContext *h) URLContext 554 libavformat/rtpproto.c static int rtp_get_multi_file_handle(URLContext *h, int **handles, URLContext 26 libavformat/rtpproto.h int ff_rtp_set_remote_url(URLContext *h, const char *uri); URLContext 28 libavformat/rtpproto.h int ff_rtp_get_local_rtp_port(URLContext *h); URLContext 29 libavformat/rtpproto.h int ff_rtp_get_local_rtcp_port(URLContext *h); URLContext 2329 libavformat/rtsp.c URLContext* in = NULL; URLContext 220 libavformat/rtsp.h URLContext *rtsp_hd; /* RTSP TCP connection handle */ URLContext 328 libavformat/rtsp.h URLContext *rtsp_hd_out; URLContext 432 libavformat/rtsp.h URLContext *rtp_handle; /**< RTP stream handle (if UDP) */ URLContext 37 libavformat/sapdec.c URLContext *ann_fd; URLContext 38 libavformat/sapenc.c URLContext *ann_fd; URLContext 146 libavformat/sapenc.c URLContext *fd; URLContext 156 libavformat/sctp.c static int sctp_open(URLContext *h, const char *uri, int flags) URLContext 261 libavformat/sctp.c static int sctp_read(URLContext *h, uint8_t *buf, int size) URLContext 284 libavformat/sctp.c static int sctp_write(URLContext *h, const uint8_t *buf, int size) URLContext 310 libavformat/sctp.c static int sctp_close(URLContext *h) URLContext 317 libavformat/sctp.c static int sctp_get_file_handle(URLContext *h) URLContext 54 libavformat/smoothstreamingenc.c URLContext *out; // Current output stream where all output is written URLContext 55 libavformat/smoothstreamingenc.c URLContext *out2; // Auxiliary output stream where all output is also written URLContext 56 libavformat/smoothstreamingenc.c URLContext *tail_out; // The actual main output stream, if we're currently seeked back to write elsewhere URLContext 33 libavformat/srtpproto.c URLContext *rtp_hd; URLContext 57 libavformat/srtpproto.c static int srtp_close(URLContext *h) URLContext 67 libavformat/srtpproto.c static int srtp_open(URLContext *h, const char *uri, int flags) URLContext 96 libavformat/srtpproto.c static int srtp_read(URLContext *h, uint8_t *buf, int size) URLContext 109 libavformat/srtpproto.c static int srtp_write(URLContext *h, const uint8_t *buf, int size) URLContext 121 libavformat/srtpproto.c static int srtp_get_file_handle(URLContext *h) URLContext 127 libavformat/srtpproto.c static int srtp_get_multi_file_handle(URLContext *h, int **handles, URLContext 29 libavformat/subfile.c URLContext *h; URLContext 54 libavformat/subfile.c static int slave_seek(URLContext *h) URLContext 69 libavformat/subfile.c static int subfile_open(URLContext *h, const char *filename, int flags, URLContext 91 libavformat/subfile.c static int subfile_close(URLContext *h) URLContext 97 libavformat/subfile.c static int subfile_read(URLContext *h, unsigned char *buf, int size) URLContext 112 libavformat/subfile.c static int64_t subfile_seek(URLContext *h, int64_t pos, int whence) URLContext 61 libavformat/tcp.c static int tcp_open(URLContext *h, const char *uri, int flags) URLContext 166 libavformat/tcp.c static int tcp_read(URLContext *h, uint8_t *buf, int size) URLContext 180 libavformat/tcp.c static int tcp_write(URLContext *h, const uint8_t *buf, int size) URLContext 194 libavformat/tcp.c static int tcp_shutdown(URLContext *h, int flags) URLContext 210 libavformat/tcp.c static int tcp_close(URLContext *h) URLContext 217 libavformat/tcp.c static int tcp_get_file_handle(URLContext *h) URLContext 62 libavformat/tls.c URLContext *tcp; URLContext 98 libavformat/tls.c static int do_tls_poll(URLContext *h, int ret) URLContext 141 libavformat/tls.c static void set_options(URLContext *h, const char *uri) URLContext 166 libavformat/tls.c static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 356 libavformat/tls.c static int tls_read(URLContext *h, uint8_t *buf, int size) URLContext 371 libavformat/tls.c static int tls_write(URLContext *h, const uint8_t *buf, int size) URLContext 386 libavformat/tls.c static int tls_close(URLContext *h) URLContext 418 libavformat/udp.c int ff_udp_set_remote_url(URLContext *h, const char *uri) URLContext 457 libavformat/udp.c int ff_udp_get_local_port(URLContext *h) URLContext 468 libavformat/udp.c static int udp_get_file_handle(URLContext *h) URLContext 477 libavformat/udp.c URLContext *h = _URLContext; URLContext 556 libavformat/udp.c static int udp_open(URLContext *h, const char *uri, int flags) URLContext 834 libavformat/udp.c static int udplite_open(URLContext *h, const char *uri, int flags) URLContext 844 libavformat/udp.c static int udp_read(URLContext *h, uint8_t *buf, int size) URLContext 903 libavformat/udp.c static int udp_write(URLContext *h, const uint8_t *buf, int size) URLContext 924 libavformat/udp.c static int udp_close(URLContext *h) URLContext 64 libavformat/unix.c static int unix_open(URLContext *h, const char *filename, int flags) URLContext 102 libavformat/unix.c static int unix_read(URLContext *h, uint8_t *buf, int size) URLContext 116 libavformat/unix.c static int unix_write(URLContext *h, const uint8_t *buf, int size) URLContext 130 libavformat/unix.c static int unix_close(URLContext *h) URLContext 139 libavformat/unix.c static int unix_get_file_handle(URLContext *h) URLContext 54 libavformat/url.h int (*url_open)( URLContext *h, const char *url, int flags); URLContext 60 libavformat/url.h int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options); URLContext 74 libavformat/url.h int (*url_read)( URLContext *h, unsigned char *buf, int size); URLContext 75 libavformat/url.h int (*url_write)(URLContext *h, const unsigned char *buf, int size); URLContext 76 libavformat/url.h int64_t (*url_seek)( URLContext *h, int64_t pos, int whence); URLContext 77 libavformat/url.h int (*url_close)(URLContext *h); URLContext 79 libavformat/url.h int (*url_read_pause)(URLContext *h, int pause); URLContext 80 libavformat/url.h int64_t (*url_read_seek)(URLContext *h, int stream_index, URLContext 82 libavformat/url.h int (*url_get_file_handle)(URLContext *h); URLContext 83 libavformat/url.h int (*url_get_multi_file_handle)(URLContext *h, int **handles, URLContext 85 libavformat/url.h int (*url_shutdown)(URLContext *h, int flags); URLContext 89 libavformat/url.h int (*url_check)(URLContext *h, int mask); URLContext 105 libavformat/url.h int ffurl_alloc(URLContext **puc, const char *filename, int flags, URLContext 116 libavformat/url.h int ffurl_connect(URLContext *uc, AVDictionary **options); URLContext 134 libavformat/url.h int ffurl_open(URLContext **puc, const char *filename, int flags, URLContext 146 libavformat/url.h int ffurl_read(URLContext *h, unsigned char *buf, int size); URLContext 155 libavformat/url.h int ffurl_read_complete(URLContext *h, unsigned char *buf, int size); URLContext 163 libavformat/url.h int ffurl_write(URLContext *h, const unsigned char *buf, int size); URLContext 179 libavformat/url.h int64_t ffurl_seek(URLContext *h, int64_t pos, int whence); URLContext 188 libavformat/url.h int ffurl_closep(URLContext **h); URLContext 189 libavformat/url.h int ffurl_close(URLContext *h); URLContext 196 libavformat/url.h int64_t ffurl_size(URLContext *h); URLContext 204 libavformat/url.h int ffurl_get_file_handle(URLContext *h); URLContext 211 libavformat/url.h int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles); URLContext 223 libavformat/url.h int ffurl_shutdown(URLContext *h, int flags); URLContext 244 libavformat/url.h int ff_udp_set_remote_url(URLContext *h, const char *uri); URLContext 245 libavformat/url.h int ff_udp_get_local_port(URLContext *h);