URLContext 58 libavformat/async.c URLContext *inner; URLContext 152 libavformat/async.c URLContext *h = arg; URLContext 166 libavformat/async.c URLContext *h = src; URLContext 178 libavformat/async.c URLContext *h = arg; URLContext 240 libavformat/async.c static int async_open(URLContext *h, const char *arg, int flags, AVDictionary **options) URLContext 303 libavformat/async.c static int async_close(URLContext *h) URLContext 326 libavformat/async.c static int async_read_internal(URLContext *h, void *dest, int size, int read_complete, URLContext 373 libavformat/async.c static int async_read(URLContext *h, unsigned char *buf, int size) URLContext 382 libavformat/async.c static int64_t async_seek(URLContext *h, int64_t pos, int whence) URLContext 506 libavformat/async.c static int async_test_open(URLContext *h, const char *arg, int flags, AVDictionary **options) URLContext 514 libavformat/async.c static int async_test_close(URLContext *h) URLContext 519 libavformat/async.c static int async_test_read(URLContext *h, unsigned char *buf, int size) URLContext 544 libavformat/async.c static int64_t async_test_seek(URLContext *h, int64_t pos, int whence) URLContext 596 libavformat/async.c URLContext *h = NULL; URLContext 39 libavformat/avio.c URLContext *h = (URLContext *)ptr; URLContext 48 libavformat/avio.c URLContext *h = obj; URLContext 54 libavformat/avio.c #define OFFSET(x) offsetof(URLContext,x) URLContext 60 libavformat/avio.c {"rw_timeout", "Timeout for IO operations (in microseconds)", offsetof(URLContext, rw_timeout), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_DECODING_PARAM }, URLContext 74 libavformat/avio.c static int url_alloc_for_protocol(URLContext **puc, const URLProtocol *up, URLContext 78 libavformat/avio.c URLContext *uc; URLContext 95 libavformat/avio.c uc = av_mallocz(sizeof(URLContext) + strlen(filename) + 1); URLContext 167 libavformat/avio.c int ffurl_connect(URLContext *uc, AVDictionary **options) URLContext 227 libavformat/avio.c int ffurl_accept(URLContext *s, URLContext **c) URLContext 235 libavformat/avio.c int ffurl_handshake(URLContext *c) URLContext 294 libavformat/avio.c int ffurl_alloc(URLContext **puc, const char *filename, int flags, URLContext 307 libavformat/avio.c int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, URLContext 310 libavformat/avio.c URLContext *parent) URLContext 354 libavformat/avio.c int ffurl_open(URLContext **puc, const char *filename, int flags, URLContext 361 libavformat/avio.c static inline int retry_transfer_wrapper(URLContext *h, uint8_t *buf, URLContext 363 libavformat/avio.c int (*transfer_func)(URLContext *h, URLContext 406 libavformat/avio.c int ffurl_read(URLContext *h, unsigned char *buf, int size) URLContext 413 libavformat/avio.c int ffurl_read_complete(URLContext *h, unsigned char *buf, int size) URLContext 420 libavformat/avio.c int ffurl_write(URLContext *h, const unsigned char *buf, int size) URLContext 429 libavformat/avio.c (int (*)(struct URLContext *, uint8_t *, int)) URLContext 433 libavformat/avio.c int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) URLContext 443 libavformat/avio.c int ffurl_closep(URLContext **hh) URLContext 445 libavformat/avio.c URLContext *h= *hh; URLContext 466 libavformat/avio.c int ffurl_close(URLContext *h) URLContext 481 libavformat/avio.c URLContext *h; URLContext 500 libavformat/avio.c URLContext *h_src, *h_dst; URLContext 522 libavformat/avio.c URLContext *h; URLContext 538 libavformat/avio.c URLContext *h = NULL; URLContext 576 libavformat/avio.c URLContext *h; URLContext 589 libavformat/avio.c URLContext *h; URLContext 610 libavformat/avio.c int64_t ffurl_size(URLContext *h) URLContext 625 libavformat/avio.c int ffurl_get_file_handle(URLContext *h) URLContext 632 libavformat/avio.c int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) URLContext 649 libavformat/avio.c int ffurl_get_short_seek(URLContext *h) URLContext 656 libavformat/avio.c int ffurl_shutdown(URLContext *h, int flags) URLContext 104 libavformat/avio.h struct URLContext *url_context; URLContext 142 libavformat/avio_internal.h int ffio_fdopen(AVIOContext **s, URLContext *h); URLContext 150 libavformat/avio_internal.h URLContext *ffio_geturlcontext(AVIOContext *s); URLContext 918 libavformat/aviobuf.c int ffio_fdopen(AVIOContext **s, URLContext *h) URLContext 971 libavformat/aviobuf.c URLContext* ffio_geturlcontext(AVIOContext *s) URLContext 1125 libavformat/aviobuf.c URLContext *h; URLContext 1149 libavformat/aviobuf.c URLContext *h; URLContext 1249 libavformat/aviobuf.c URLContext *sc = s->opaque; URLContext 1250 libavformat/aviobuf.c URLContext *cc = NULL; URLContext 1259 libavformat/aviobuf.c URLContext *cc = c->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 64 libavformat/cache.c URLContext *inner; URLContext 74 libavformat/cache.c static int cache_open(URLContext *h, const char *arg, int flags, AVDictionary **options) URLContext 99 libavformat/cache.c static int add_entry(URLContext *h, const unsigned char *buf, int size) URLContext 162 libavformat/cache.c static int cache_read(URLContext *h, unsigned char *buf, int size) URLContext 227 libavformat/cache.c static int64_t cache_seek(URLContext *h, int64_t pos, int whence) URLContext 298 libavformat/cache.c static int cache_close(URLContext *h) URLContext 33 libavformat/concat.c URLContext *uc; ///< node's URLContext URLContext 44 libavformat/concat.c static av_cold int concat_close(URLContext *h) URLContext 59 libavformat/concat.c static av_cold int concat_open(URLContext *h, const char *uri, int flags) URLContext 65 libavformat/concat.c URLContext *uc; URLContext 131 libavformat/concat.c static int concat_read(URLContext *h, unsigned char *buf, int size) URLContext 156 libavformat/concat.c static int64_t concat_seek(URLContext *h, int64_t pos, int whence) URLContext 35 libavformat/crypto.c URLContext *hd; URLContext 83 libavformat/crypto.c static int set_aes_arg(URLContext *h, uint8_t **buf, int *buf_len, URLContext 110 libavformat/crypto.c static int crypto_open2(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 183 libavformat/crypto.c static int crypto_read(URLContext *h, uint8_t *buf, int size) URLContext 233 libavformat/crypto.c static int64_t crypto_seek(URLContext *h, int64_t pos, int whence) URLContext 333 libavformat/crypto.c static int crypto_write(URLContext *h, const unsigned char *buf, int size) URLContext 374 libavformat/crypto.c static int crypto_close(URLContext *h) URLContext 232 libavformat/dashenc.c URLContext *http_url_context = ffio_geturlcontext(*pb); URLContext 253 libavformat/dashenc.c URLContext *http_url_context = ffio_geturlcontext(*pb); 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 109 libavformat/file.c static int file_read(URLContext *h, unsigned char *buf, int size) URLContext 122 libavformat/file.c static int file_write(URLContext *h, const unsigned char *buf, int size) URLContext 131 libavformat/file.c static int file_get_handle(URLContext *h) URLContext 137 libavformat/file.c static int file_check(URLContext *h, int mask) URLContext 170 libavformat/file.c static int file_delete(URLContext *h) URLContext 193 libavformat/file.c static int file_move(URLContext *h_src, URLContext *h_dst) URLContext 208 libavformat/file.c static int file_open(URLContext *h, const char *filename, int flags) URLContext 250 libavformat/file.c static int64_t file_seek(URLContext *h, int64_t pos, int whence) URLContext 266 libavformat/file.c static int file_close(URLContext *h) URLContext 272 libavformat/file.c static int file_open_dir(URLContext *h) URLContext 287 libavformat/file.c static int file_read_dir(URLContext *h, AVIODirEntry **next) URLContext 345 libavformat/file.c static int file_close_dir(URLContext *h) URLContext 379 libavformat/file.c static int pipe_open(URLContext *h, const char *filename, int flags) URLContext 54 libavformat/ftp.c URLContext *conn_control; /**< Control connection */ URLContext 55 libavformat/ftp.c URLContext *conn_data; /**< Data connection, NULL when not connected */ URLContext 99 libavformat/ftp.c static int ftp_close(URLContext *h); URLContext 543 libavformat/ftp.c static int ftp_connect_control_connection(URLContext *h) URLContext 592 libavformat/ftp.c static int ftp_connect_data_connection(URLContext *h) URLContext 626 libavformat/ftp.c static int ftp_abort(URLContext *h) URLContext 664 libavformat/ftp.c static int ftp_connect(URLContext *h, const char *url) URLContext 730 libavformat/ftp.c static int ftp_open(URLContext *h, const char *url, int flags) URLContext 756 libavformat/ftp.c static int64_t ftp_seek(URLContext *h, int64_t pos, int whence) URLContext 798 libavformat/ftp.c static int ftp_read(URLContext *h, unsigned char *buf, int size) URLContext 853 libavformat/ftp.c static int ftp_write(URLContext *h, const unsigned char *buf, int size) URLContext 882 libavformat/ftp.c static int ftp_close(URLContext *h) URLContext 898 libavformat/ftp.c static int ftp_get_file_handle(URLContext *h) URLContext 910 libavformat/ftp.c static int ftp_shutdown(URLContext *h, int flags) URLContext 922 libavformat/ftp.c static int ftp_open_dir(URLContext *h) URLContext 1001 libavformat/ftp.c static int ftp_parse_entry(URLContext *h, char *line, AVIODirEntry *next) URLContext 1016 libavformat/ftp.c static int ftp_read_dir(URLContext *h, AVIODirEntry **next) URLContext 1063 libavformat/ftp.c static int ftp_close_dir(URLContext *h) URLContext 1072 libavformat/ftp.c static int ftp_delete(URLContext *h) URLContext 1100 libavformat/ftp.c static int ftp_move(URLContext *h_src, URLContext *h_dst) 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 75 libavformat/gopher.c static int gopher_open(URLContext *h, const char *uri, int flags) URLContext 106 libavformat/gopher.c static int gopher_read(URLContext *h, uint8_t *buf, int size) URLContext 616 libavformat/hls.c URLContext *uc = ffio_geturlcontext(*pb); URLContext 268 libavformat/hlsenc.c URLContext *http_url_context = ffio_geturlcontext(*pb); URLContext 290 libavformat/hlsenc.c URLContext *http_url_context = ffio_geturlcontext(*pb); URLContext 68 libavformat/hlsproto.c URLContext *seg_hd; URLContext 103 libavformat/hlsproto.c static int parse_playlist(URLContext *h, const char *url) URLContext 175 libavformat/hlsproto.c static int hls_close(URLContext *h) URLContext 185 libavformat/hlsproto.c static int hls_open(URLContext *h, const char *uri, int flags) URLContext 249 libavformat/hlsproto.c static int hls_read(URLContext *h, uint8_t *buf, int size) URLContext 64 libavformat/http.c URLContext *hd; URLContext 175 libavformat/http.c static int http_connect(URLContext *h, const char *path, const char *local_path, URLContext 178 libavformat/http.c static int http_read_header(URLContext *h, int *new_location); URLContext 179 libavformat/http.c static int http_shutdown(URLContext *h, int flags); URLContext 181 libavformat/http.c void ff_http_init_auth_state(URLContext *dest, const URLContext *src) URLContext 191 libavformat/http.c static int http_open_cnx_internal(URLContext *h, AVDictionary **options) URLContext 262 libavformat/http.c static int http_open_cnx(URLContext *h, AVDictionary **options) URLContext 317 libavformat/http.c int ff_http_get_shutdown_status(URLContext *h) URLContext 333 libavformat/http.c int ff_http_do_new_request(URLContext *h, const char *uri) { URLContext 337 libavformat/http.c int ff_http_do_new_request2(URLContext *h, const char *uri, AVDictionary **opts) URLContext 408 libavformat/http.c static int http_write_reply(URLContext* h, int status_code) URLContext 482 libavformat/http.c static void handle_http_errors(URLContext *h, int error) URLContext 488 libavformat/http.c static int http_handshake(URLContext *c) URLContext 492 libavformat/http.c URLContext *cl = ch->hd; URLContext 524 libavformat/http.c static int http_listen(URLContext *h, const char *uri, int flags, URLContext 555 libavformat/http.c static int http_open(URLContext *h, const char *uri, int flags, URLContext 596 libavformat/http.c static int http_accept(URLContext *s, URLContext **c) URLContext 601 libavformat/http.c URLContext *sl = sc->hd; URLContext 602 libavformat/http.c URLContext *cl = NULL; URLContext 661 libavformat/http.c static int check_http_code(URLContext *h, int http_code, const char *end) URLContext 690 libavformat/http.c static void parse_content_range(URLContext *h, const char *p) URLContext 705 libavformat/http.c static int parse_content_encoding(URLContext *h, const char *p) URLContext 908 libavformat/http.c static int process_line(URLContext *h, char *line, int line_count, URLContext 1154 libavformat/http.c static int http_read_header(URLContext *h, int *new_location) URLContext 1217 libavformat/http.c static int http_connect(URLContext *h, const char *path, const char *local_path, URLContext 1383 libavformat/http.c static int http_buf_read(URLContext *h, uint8_t *buf, int size) URLContext 1458 libavformat/http.c static int http_buf_read_compressed(URLContext *h, uint8_t *buf, int size) URLContext 1489 libavformat/http.c static int64_t http_seek_internal(URLContext *h, int64_t off, int whence, int force_reconnect); URLContext 1491 libavformat/http.c static int http_read_stream(URLContext *h, uint8_t *buf, int size) URLContext 1547 libavformat/http.c static int http_read_stream_all(URLContext *h, uint8_t *buf, int size) URLContext 1559 libavformat/http.c static void update_metadata(URLContext *h, char *data) URLContext 1587 libavformat/http.c static int store_icy(URLContext *h, int size) URLContext 1625 libavformat/http.c static int http_read(URLContext *h, uint8_t *buf, int size) URLContext 1642 libavformat/http.c static int http_write(URLContext *h, const uint8_t *buf, int size) URLContext 1668 libavformat/http.c static int http_shutdown(URLContext *h, int flags) URLContext 1697 libavformat/http.c static int http_close(URLContext *h) URLContext 1717 libavformat/http.c static int64_t http_seek_internal(URLContext *h, int64_t off, int whence, int force_reconnect) URLContext 1720 libavformat/http.c URLContext *old_hd = s->hd; URLContext 1775 libavformat/http.c static int64_t http_seek(URLContext *h, int64_t off, int whence) URLContext 1780 libavformat/http.c static int http_get_file_handle(URLContext *h) URLContext 1786 libavformat/http.c static int http_get_short_seek(URLContext *h) URLContext 1843 libavformat/http.c static int http_proxy_close(URLContext *h) URLContext 1851 libavformat/http.c static int http_proxy_open(URLContext *h, const char *uri, int flags) URLContext 1935 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 47 libavformat/http.h int ff_http_get_shutdown_status(URLContext *h); URLContext 57 libavformat/http.h int ff_http_do_new_request(URLContext *h, const char *uri); URLContext 70 libavformat/http.h int ff_http_do_new_request2(URLContext *h, const char *uri, AVDictionary **options); URLContext 33 libavformat/icecast.c URLContext *hd; URLContext 75 libavformat/icecast.c static int icecast_close(URLContext *h) URLContext 82 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 58 libavformat/libamqp.c static int amqp_proto_open(URLContext *h, const char *uri, int flags) URLContext 210 libavformat/libamqp.c static int amqp_proto_write(URLContext *h, const unsigned char *buf, int size) URLContext 239 libavformat/libamqp.c static int amqp_proto_read(URLContext *h, unsigned char *buf, int size) URLContext 272 libavformat/libamqp.c static int amqp_proto_close(URLContext *h) 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 259 libavformat/librtmp.c static int rtmp_write(URLContext *s, const uint8_t *buf, int size) URLContext 270 libavformat/librtmp.c static int rtmp_read(URLContext *s, uint8_t *buf, int size) URLContext 281 libavformat/librtmp.c static int rtmp_read_pause(URLContext *s, int pause) URLContext 291 libavformat/librtmp.c static int64_t rtmp_read_seek(URLContext *s, int stream_index, URLContext 310 libavformat/librtmp.c static int rtmp_get_file_handle(URLContext *s) URLContext 48 libavformat/libsmbclient.c static av_cold int libsmbc_connect(URLContext *h) URLContext 81 libavformat/libsmbclient.c static av_cold int libsmbc_close(URLContext *h) URLContext 95 libavformat/libsmbclient.c static av_cold int libsmbc_open(URLContext *h, const char *url, int flags) URLContext 136 libavformat/libsmbclient.c static int64_t libsmbc_seek(URLContext *h, int64_t pos, int whence) URLContext 158 libavformat/libsmbclient.c static int libsmbc_read(URLContext *h, unsigned char *buf, int size) URLContext 172 libavformat/libsmbclient.c static int libsmbc_write(URLContext *h, const unsigned char *buf, int size) URLContext 186 libavformat/libsmbclient.c static int libsmbc_open_dir(URLContext *h) URLContext 207 libavformat/libsmbclient.c static int libsmbc_read_dir(URLContext *h, AVIODirEntry **next) URLContext 279 libavformat/libsmbclient.c static int libsmbc_close_dir(URLContext *h) URLContext 290 libavformat/libsmbclient.c static int libsmbc_delete(URLContext *h) URLContext 331 libavformat/libsmbclient.c static int libsmbc_move(URLContext *h_src, URLContext *h_dst) URLContext 146 libavformat/libsrt.c static int libsrt_neterrno(URLContext *h) URLContext 166 libavformat/libsrt.c static int libsrt_network_wait_fd(URLContext *h, int eid, int fd, int write) URLContext 195 libavformat/libsrt.c static int libsrt_network_wait_fd_timeout(URLContext *h, int eid, int fd, int write, int64_t timeout, AVIOInterruptCB *int_cb) URLContext 215 libavformat/libsrt.c static int libsrt_listen(int eid, int fd, const struct sockaddr *addr, socklen_t addrlen, URLContext *h, int64_t timeout) URLContext 243 libavformat/libsrt.c static int libsrt_listen_connect(int eid, int fd, const struct sockaddr *addr, socklen_t addrlen, int64_t timeout, URLContext *h, int will_try_next) URLContext 265 libavformat/libsrt.c static int libsrt_setsockopt(URLContext *h, int fd, SRT_SOCKOPT optname, const char * optnamestr, const void * optval, int optlen) URLContext 274 libavformat/libsrt.c static int libsrt_getsockopt(URLContext *h, int fd, SRT_SOCKOPT optname, const char * optnamestr, void * optval, int * optlen) URLContext 287 libavformat/libsrt.c static int libsrt_set_options_post(URLContext *h, int fd) URLContext 301 libavformat/libsrt.c static int libsrt_set_options_pre(URLContext *h, int fd) URLContext 354 libavformat/libsrt.c static int libsrt_setup(URLContext *h, const char *uri, int flags) URLContext 486 libavformat/libsrt.c static int libsrt_open(URLContext *h, const char *uri, int flags) URLContext 627 libavformat/libsrt.c static int libsrt_read(URLContext *h, uint8_t *buf, int size) URLContext 646 libavformat/libsrt.c static int libsrt_write(URLContext *h, const uint8_t *buf, int size) URLContext 665 libavformat/libsrt.c static int libsrt_close(URLContext *h) URLContext 678 libavformat/libsrt.c static int libsrt_get_file_handle(URLContext *h) URLContext 173 libavformat/libssh.c static av_cold int libssh_close(URLContext *h) URLContext 192 libavformat/libssh.c static av_cold int libssh_connect(URLContext *h, const char *url, char *path, size_t path_size) URLContext 229 libavformat/libssh.c static av_cold int libssh_open(URLContext *h, const char *url, int flags) URLContext 250 libavformat/libssh.c static int64_t libssh_seek(URLContext *h, int64_t pos, int whence) URLContext 289 libavformat/libssh.c static int libssh_read(URLContext *h, unsigned char *buf, int size) URLContext 301 libavformat/libssh.c static int libssh_write(URLContext *h, const unsigned char *buf, int size) URLContext 313 libavformat/libssh.c static int libssh_open_dir(URLContext *h) URLContext 335 libavformat/libssh.c static int libssh_read_dir(URLContext *h, AVIODirEntry **next) URLContext 385 libavformat/libssh.c static int libssh_close_dir(URLContext *h) URLContext 395 libavformat/libssh.c static int libssh_delete(URLContext *h) URLContext 431 libavformat/libssh.c static int libssh_move(URLContext *h_src, URLContext *h_dst) URLContext 47 libavformat/libzmq.c static int zmq_proto_wait(URLContext *h, void *socket, int write) URLContext 60 libavformat/libzmq.c static int zmq_proto_wait_timeout(URLContext *h, void *socket, int write, int64_t timeout, AVIOInterruptCB *int_cb) URLContext 80 libavformat/libzmq.c static int zmq_proto_open(URLContext *h, const char *uri, int flags) URLContext 143 libavformat/libzmq.c static int zmq_proto_write(URLContext *h, const unsigned char *buf, int size) URLContext 159 libavformat/libzmq.c static int zmq_proto_read(URLContext *h, unsigned char *buf, int size) URLContext 180 libavformat/libzmq.c static int zmq_proto_close(URLContext *h) 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 213 libavformat/mmsh.c static int mmsh_open_internal(URLContext *h, const char *uri, int flags, int timestamp, int64_t pos) URLContext 324 libavformat/mmsh.c static int mmsh_open(URLContext *h, const char *uri, int flags) URLContext 357 libavformat/mmsh.c static int mmsh_read(URLContext *h, uint8_t *buf, int size) URLContext 375 libavformat/mmsh.c static int64_t mmsh_read_seek(URLContext *h, int stream_index, URLContext 401 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 591 libavformat/mmst.c static int mms_read(URLContext *h, uint8_t *buf, int size) URLContext 228 libavformat/network.c int ff_accept(int fd, int timeout, URLContext *h) URLContext 247 libavformat/network.c socklen_t addrlen, int timeout, URLContext *h) URLContext 259 libavformat/network.c socklen_t addrlen, int timeout, URLContext *h, URLContext 358 libavformat/network.c URLContext *h, URLContext 404 libavformat/network.c int parallel, URLContext *h, int *fd, URLContext 265 libavformat/network.h URLContext *h); URLContext 285 libavformat/network.h int ff_accept(int fd, int timeout, URLContext *h); URLContext 304 libavformat/network.h URLContext *h, int will_try_next); URLContext 337 libavformat/network.h int parallel, URLContext *h, int *fd, URLContext 104 libavformat/prompeg.c URLContext *fec_col_hd, *fec_row_hd; URLContext 177 libavformat/prompeg.c static int prompeg_create_bitstring(URLContext *h, const uint8_t *buf, int size, URLContext 218 libavformat/prompeg.c static int prompeg_write_fec(URLContext *h, PrompegFec *fec, uint8_t type) { URLContext 220 libavformat/prompeg.c URLContext *hd; URLContext 270 libavformat/prompeg.c static int prompeg_open(URLContext *h, const char *uri, int flags) { URLContext 320 libavformat/prompeg.c static int prompeg_init(URLContext *h, const uint8_t *buf, int size) { URLContext 385 libavformat/prompeg.c static int prompeg_write(URLContext *h, const uint8_t *buf, int size) { URLContext 451 libavformat/prompeg.c static int prompeg_close(URLContext *h) { 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 277 libavformat/rtmpcrypt.c static int rtmpe_read(URLContext *h, uint8_t *buf, int size) URLContext 297 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 298 libavformat/rtmppkt.c int ff_rtmp_packet_read_internal(URLContext *h, RTMPPacket *p, int chunk_size, URLContext 313 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 77 libavformat/rtmpproto.c URLContext* stream; ///< TCP stream used in interactions with RTMP server URLContext 156 libavformat/rtmpproto.c static int handle_chunk_size(URLContext *s, RTMPPacket *pkt); URLContext 157 libavformat/rtmpproto.c static int handle_window_ack_size(URLContext *s, RTMPPacket *pkt); URLContext 158 libavformat/rtmpproto.c static int handle_set_peer_bw(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 408 libavformat/rtmpproto.c static int read_connect(URLContext *s, RTMPContext *rt) URLContext 596 libavformat/rtmpproto.c static int gen_release_stream(URLContext *s, RTMPContext *rt) URLContext 620 libavformat/rtmpproto.c static int gen_fcpublish_stream(URLContext *s, RTMPContext *rt) URLContext 644 libavformat/rtmpproto.c static int gen_fcunpublish_stream(URLContext *s, RTMPContext *rt) URLContext 668 libavformat/rtmpproto.c static int gen_create_stream(URLContext *s, RTMPContext *rt) URLContext 693 libavformat/rtmpproto.c static int gen_delete_stream(URLContext *s, RTMPContext *rt) URLContext 719 libavformat/rtmpproto.c static int gen_get_stream_length(URLContext *s, RTMPContext *rt) URLContext 741 libavformat/rtmpproto.c static int gen_buffer_time(URLContext *s, RTMPContext *rt) URLContext 763 libavformat/rtmpproto.c static int gen_play(URLContext *s, RTMPContext *rt) URLContext 787 libavformat/rtmpproto.c static int gen_seek(URLContext *s, RTMPContext *rt, int64_t timestamp) URLContext 813 libavformat/rtmpproto.c static int gen_pause(URLContext *s, RTMPContext *rt, int pause, uint32_t timestamp) URLContext 840 libavformat/rtmpproto.c static int gen_publish(URLContext *s, RTMPContext *rt) URLContext 867 libavformat/rtmpproto.c static int gen_pong(URLContext *s, RTMPContext *rt, RTMPPacket *ppkt) URLContext 893 libavformat/rtmpproto.c static int gen_swf_verification(URLContext *s, RTMPContext *rt) URLContext 914 libavformat/rtmpproto.c static int gen_window_ack_size(URLContext *s, RTMPContext *rt) URLContext 933 libavformat/rtmpproto.c static int gen_check_bw(URLContext *s, RTMPContext *rt) URLContext 954 libavformat/rtmpproto.c static int gen_bytes_read(URLContext *s, RTMPContext *rt, uint32_t ts) URLContext 970 libavformat/rtmpproto.c static int gen_fcsubscribe_stream(URLContext *s, RTMPContext *rt, URLContext 1041 libavformat/rtmpproto.c static int rtmp_calc_swf_verification(URLContext *s, RTMPContext *rt, URLContext 1109 libavformat/rtmpproto.c static int rtmp_calc_swfhash(URLContext *s) URLContext 1114 libavformat/rtmpproto.c URLContext *stream = NULL; URLContext 1196 libavformat/rtmpproto.c static int rtmp_handshake(URLContext *s, RTMPContext *rt) URLContext 1416 libavformat/rtmpproto.c static int rtmp_server_handshake(URLContext *s, RTMPContext *rt) URLContext 1490 libavformat/rtmpproto.c static int handle_chunk_size(URLContext *s, RTMPPacket *pkt) URLContext 1523 libavformat/rtmpproto.c static int handle_user_control(URLContext *s, RTMPPacket *pkt) URLContext 1550 libavformat/rtmpproto.c static int handle_set_peer_bw(URLContext *s, RTMPPacket *pkt) URLContext 1577 libavformat/rtmpproto.c static int handle_window_ack_size(URLContext *s, RTMPPacket *pkt) URLContext 1701 libavformat/rtmpproto.c static int handle_connect_error(URLContext *s, const char *desc) URLContext 1792 libavformat/rtmpproto.c static int handle_invoke_error(URLContext *s, RTMPPacket *pkt) URLContext 1831 libavformat/rtmpproto.c static int write_begin(URLContext *s) URLContext 1857 libavformat/rtmpproto.c static int write_status(URLContext *s, RTMPPacket *pkt, URLContext 1900 libavformat/rtmpproto.c static int send_invoke_response(URLContext *s, RTMPPacket *pkt) URLContext 2046 libavformat/rtmpproto.c static int handle_invoke_result(URLContext *s, RTMPPacket *pkt) URLContext 2118 libavformat/rtmpproto.c static int handle_invoke_status(URLContext *s, RTMPPacket *pkt) URLContext 2155 libavformat/rtmpproto.c static int handle_invoke(URLContext *s, RTMPPacket *pkt) URLContext 2238 libavformat/rtmpproto.c static int handle_notify(URLContext *s, RTMPPacket *pkt) URLContext 2301 libavformat/rtmpproto.c static int rtmp_parse_result(URLContext *s, RTMPContext *rt, RTMPPacket *pkt) URLContext 2407 libavformat/rtmpproto.c static int get_packet(URLContext *s, int for_header) URLContext 2492 libavformat/rtmpproto.c static int rtmp_close(URLContext *h) URLContext 2591 libavformat/rtmpproto.c static int rtmp_open(URLContext *s, const char *uri, int flags, AVDictionary **opts) URLContext 2892 libavformat/rtmpproto.c static int rtmp_read(URLContext *s, uint8_t *buf, int size) URLContext 2919 libavformat/rtmpproto.c static int64_t rtmp_seek(URLContext *s, int stream_index, int64_t timestamp, URLContext 2939 libavformat/rtmpproto.c static int rtmp_pause(URLContext *s, int pause) URLContext 2953 libavformat/rtmpproto.c static int rtmp_write(URLContext *s, const uint8_t *buf, int size) URLContext 299 libavformat/rtpdec.c int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, URLContext *fd, URLContext 402 libavformat/rtpdec.c void ff_rtp_send_punch_packets(URLContext *rtp_handle) URLContext 468 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 48 libavformat/rtpproto.c URLContext *rtp_hd, *rtcp_hd, *fec_hd; URLContext 101 libavformat/rtpproto.c int ff_rtp_set_remote_url(URLContext *h, const char *uri) URLContext 219 libavformat/rtpproto.c static int rtp_open(URLContext *h, const char *uri, int flags) URLContext 373 libavformat/rtpproto.c static int rtp_read(URLContext *h, uint8_t *buf, int size) URLContext 414 libavformat/rtpproto.c static int rtp_write(URLContext *h, const uint8_t *buf, int size) URLContext 418 libavformat/rtpproto.c URLContext *hd; URLContext 500 libavformat/rtpproto.c static int rtp_close(URLContext *h) URLContext 518 libavformat/rtpproto.c int ff_rtp_get_local_rtp_port(URLContext *h) URLContext 530 libavformat/rtpproto.c static int rtp_get_file_handle(URLContext *h) URLContext 536 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 2456 libavformat/rtsp.c URLContext* in = NULL; URLContext 221 libavformat/rtsp.h URLContext *rtsp_hd; /* RTSP TCP connection handle */ URLContext 329 libavformat/rtsp.h URLContext *rtsp_hd_out; URLContext 436 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 145 libavformat/sapenc.c URLContext *fd; URLContext 178 libavformat/sctp.c static int sctp_open(URLContext *h, const char *uri, int flags) URLContext 300 libavformat/sctp.c static int sctp_read(URLContext *h, uint8_t *buf, int size) URLContext 323 libavformat/sctp.c static int sctp_write(URLContext *h, const uint8_t *buf, int size) URLContext 349 libavformat/sctp.c static int sctp_close(URLContext *h) URLContext 356 libavformat/sctp.c static int sctp_get_file_handle(URLContext *h) URLContext 55 libavformat/smoothstreamingenc.c URLContext *out; // Current output stream where all output is written URLContext 56 libavformat/smoothstreamingenc.c URLContext *out2; // Auxiliary output stream where all output is also written URLContext 57 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 66 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 95 libavformat/subfile.c static int subfile_close(URLContext *h) URLContext 101 libavformat/subfile.c static int subfile_read(URLContext *h, unsigned char *buf, int size) URLContext 116 libavformat/subfile.c static int64_t subfile_seek(URLContext *h, int64_t pos, int whence) URLContext 103 libavformat/tcp.c static int tcp_open(URLContext *h, const char *uri, int flags) URLContext 216 libavformat/tcp.c static int tcp_accept(URLContext *s, URLContext **c) URLContext 234 libavformat/tcp.c static int tcp_read(URLContext *h, uint8_t *buf, int size) URLContext 250 libavformat/tcp.c static int tcp_write(URLContext *h, const uint8_t *buf, int size) URLContext 264 libavformat/tcp.c static int tcp_shutdown(URLContext *h, int flags) URLContext 280 libavformat/tcp.c static int tcp_close(URLContext *h) URLContext 287 libavformat/tcp.c static int tcp_get_file_handle(URLContext *h) URLContext 293 libavformat/tcp.c static int tcp_get_window_size(URLContext *h) URLContext 29 libavformat/teeproto.c URLContext *url_context; URLContext 51 libavformat/teeproto.c static int tee_write(URLContext *h, const unsigned char *buf, int size) URLContext 65 libavformat/teeproto.c static int tee_close(URLContext *h) URLContext 82 libavformat/teeproto.c static int tee_open(URLContext *h, const char *filename, int flags) URLContext 56 libavformat/tls.c int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **options) URLContext 41 libavformat/tls.h URLContext *tcp; URLContext 54 libavformat/tls.h int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **options); URLContext 74 libavformat/tls_gnutls.c static int print_tls_error(URLContext *h, int ret) URLContext 94 libavformat/tls_gnutls.c static int tls_close(URLContext *h) URLContext 111 libavformat/tls_gnutls.c URLContext *h = (URLContext*) transport; URLContext 127 libavformat/tls_gnutls.c URLContext *h = (URLContext*) transport; URLContext 140 libavformat/tls_gnutls.c static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 236 libavformat/tls_gnutls.c static int tls_read(URLContext *h, uint8_t *buf, int size) URLContext 251 libavformat/tls_gnutls.c static int tls_write(URLContext *h, const uint8_t *buf, int size) URLContext 266 libavformat/tls_gnutls.c static int tls_get_file_handle(URLContext *h) URLContext 40 libavformat/tls_libtls.c static int ff_tls_close(URLContext *h) URLContext 53 libavformat/tls_libtls.c URLContext *h = (URLContext*) cb_arg; URLContext 64 libavformat/tls_libtls.c URLContext *h = (URLContext*) cb_arg; URLContext 73 libavformat/tls_libtls.c static int ff_tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 152 libavformat/tls_libtls.c static int ff_tls_read(URLContext *h, uint8_t *buf, int size) URLContext 165 libavformat/tls_libtls.c static int ff_tls_write(URLContext *h, const uint8_t *buf, int size) URLContext 178 libavformat/tls_libtls.c static int tls_get_file_handle(URLContext *h) URLContext 52 libavformat/tls_mbedtls.c static int tls_close(URLContext *h) URLContext 69 libavformat/tls_mbedtls.c static int handle_transport_error(URLContext *h, const char* func_name, int react_on_eagain, int ret) URLContext 88 libavformat/tls_mbedtls.c URLContext *h = (URLContext*) ctx; URLContext 101 libavformat/tls_mbedtls.c URLContext *h = (URLContext*) ctx; URLContext 112 libavformat/tls_mbedtls.c static void handle_pk_parse_error(URLContext *h, int ret) URLContext 130 libavformat/tls_mbedtls.c static void handle_handshake_error(URLContext *h, int ret) URLContext 162 libavformat/tls_mbedtls.c static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 278 libavformat/tls_mbedtls.c static int handle_tls_error(URLContext *h, const char* func_name, int ret) URLContext 297 libavformat/tls_mbedtls.c static int tls_read(URLContext *h, uint8_t *buf, int size) URLContext 310 libavformat/tls_mbedtls.c static int tls_write(URLContext *h, const uint8_t *buf, int size) URLContext 323 libavformat/tls_mbedtls.c static int tls_get_file_handle(URLContext *h) URLContext 124 libavformat/tls_openssl.c static int print_tls_error(URLContext *h, int ret) URLContext 136 libavformat/tls_openssl.c static int tls_close(URLContext *h) URLContext 181 libavformat/tls_openssl.c URLContext *h = GET_BIO_DATA(b); URLContext 195 libavformat/tls_openssl.c URLContext *h = GET_BIO_DATA(b); URLContext 235 libavformat/tls_openssl.c static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 318 libavformat/tls_openssl.c static int tls_read(URLContext *h, uint8_t *buf, int size) URLContext 333 libavformat/tls_openssl.c static int tls_write(URLContext *h, const uint8_t *buf, int size) URLContext 348 libavformat/tls_openssl.c static int tls_get_file_handle(URLContext *h) URLContext 87 libavformat/tls_schannel.c static int tls_shutdown_client(URLContext *h) URLContext 126 libavformat/tls_schannel.c static int tls_close(URLContext *h) URLContext 145 libavformat/tls_schannel.c static int tls_client_handshake_loop(URLContext *h, int initial) URLContext 293 libavformat/tls_schannel.c static int tls_client_handshake(URLContext *h) URLContext 333 libavformat/tls_schannel.c static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 384 libavformat/tls_schannel.c static int tls_read(URLContext *h, uint8_t *buf, int len) URLContext 527 libavformat/tls_schannel.c static int tls_write(URLContext *h, const uint8_t *buf, int len) URLContext 586 libavformat/tls_schannel.c static int tls_get_file_handle(URLContext *h) URLContext 52 libavformat/tls_securetransport.c static int print_tls_error(URLContext *h, int ret) URLContext 70 libavformat/tls_securetransport.c static int import_pem(URLContext *h, char *path, CFArrayRef *array) URLContext 133 libavformat/tls_securetransport.c static int load_ca(URLContext *h) URLContext 153 libavformat/tls_securetransport.c static int load_cert(URLContext *h) URLContext 198 libavformat/tls_securetransport.c URLContext *h = (URLContext*)connection; URLContext 227 libavformat/tls_securetransport.c URLContext *h = (URLContext*)connection; URLContext 245 libavformat/tls_securetransport.c static int tls_close(URLContext *h) URLContext 267 libavformat/tls_securetransport.c static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) URLContext 363 libavformat/tls_securetransport.c static int tls_read(URLContext *h, uint8_t *buf, int size) URLContext 380 libavformat/tls_securetransport.c static int tls_write(URLContext *h, const uint8_t *buf, int size) URLContext 393 libavformat/tls_securetransport.c static int tls_get_file_handle(URLContext *h) URLContext 249 libavformat/udp.c static int udp_set_multicast_sources(URLContext *h, URLContext 318 libavformat/udp.c static int udp_set_url(URLContext *h, URLContext 334 libavformat/udp.c static int udp_socket_create(URLContext *h, struct sockaddr_storage *addr, URLContext 406 libavformat/udp.c int ff_udp_set_remote_url(URLContext *h, const char *uri) URLContext 445 libavformat/udp.c int ff_udp_get_local_port(URLContext *h) URLContext 456 libavformat/udp.c static int udp_get_file_handle(URLContext *h) URLContext 465 libavformat/udp.c URLContext *h = _URLContext; URLContext 526 libavformat/udp.c URLContext *h = _URLContext; URLContext 626 libavformat/udp.c static int udp_open(URLContext *h, const char *uri, int flags) URLContext 932 libavformat/udp.c static int udplite_open(URLContext *h, const char *uri, int flags) URLContext 942 libavformat/udp.c static int udp_read(URLContext *h, uint8_t *buf, int size) URLContext 1007 libavformat/udp.c static int udp_write(URLContext *h, const uint8_t *buf, int size) URLContext 1057 libavformat/udp.c static int udp_close(URLContext *h) URLContext 63 libavformat/unix.c static int unix_open(URLContext *h, const char *filename, int flags) URLContext 103 libavformat/unix.c static int unix_read(URLContext *h, uint8_t *buf, int size) URLContext 119 libavformat/unix.c static int unix_write(URLContext *h, const uint8_t *buf, int size) URLContext 133 libavformat/unix.c static int unix_close(URLContext *h) URLContext 142 libavformat/unix.c static int unix_get_file_handle(URLContext *h) URLContext 56 libavformat/url.h int (*url_open)( URLContext *h, const char *url, int flags); URLContext 62 libavformat/url.h int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options); URLContext 63 libavformat/url.h int (*url_accept)(URLContext *s, URLContext **c); URLContext 64 libavformat/url.h int (*url_handshake)(URLContext *c); URLContext 78 libavformat/url.h int (*url_read)( URLContext *h, unsigned char *buf, int size); URLContext 79 libavformat/url.h int (*url_write)(URLContext *h, const unsigned char *buf, int size); URLContext 80 libavformat/url.h int64_t (*url_seek)( URLContext *h, int64_t pos, int whence); URLContext 81 libavformat/url.h int (*url_close)(URLContext *h); URLContext 82 libavformat/url.h int (*url_read_pause)(URLContext *h, int pause); URLContext 83 libavformat/url.h int64_t (*url_read_seek)(URLContext *h, int stream_index, URLContext 85 libavformat/url.h int (*url_get_file_handle)(URLContext *h); URLContext 86 libavformat/url.h int (*url_get_multi_file_handle)(URLContext *h, int **handles, URLContext 88 libavformat/url.h int (*url_get_short_seek)(URLContext *h); URLContext 89 libavformat/url.h int (*url_shutdown)(URLContext *h, int flags); URLContext 93 libavformat/url.h int (*url_check)(URLContext *h, int mask); URLContext 94 libavformat/url.h int (*url_open_dir)(URLContext *h); URLContext 95 libavformat/url.h int (*url_read_dir)(URLContext *h, AVIODirEntry **next); URLContext 96 libavformat/url.h int (*url_close_dir)(URLContext *h); URLContext 97 libavformat/url.h int (*url_delete)(URLContext *h); URLContext 98 libavformat/url.h int (*url_move)(URLContext *h_src, URLContext *h_dst); URLContext 115 libavformat/url.h int ffurl_alloc(URLContext **puc, const char *filename, int flags, URLContext 126 libavformat/url.h int ffurl_connect(URLContext *uc, AVDictionary **options); URLContext 146 libavformat/url.h int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, URLContext 149 libavformat/url.h URLContext *parent); URLContext 151 libavformat/url.h int ffurl_open(URLContext **puc, const char *filename, int flags, URLContext 161 libavformat/url.h int ffurl_accept(URLContext *s, URLContext **c); URLContext 175 libavformat/url.h int ffurl_handshake(URLContext *c); URLContext 186 libavformat/url.h int ffurl_read(URLContext *h, unsigned char *buf, int size); URLContext 195 libavformat/url.h int ffurl_read_complete(URLContext *h, unsigned char *buf, int size); URLContext 203 libavformat/url.h int ffurl_write(URLContext *h, const unsigned char *buf, int size); URLContext 219 libavformat/url.h int64_t ffurl_seek(URLContext *h, int64_t pos, int whence); URLContext 228 libavformat/url.h int ffurl_closep(URLContext **h); URLContext 229 libavformat/url.h int ffurl_close(URLContext *h); URLContext 236 libavformat/url.h int64_t ffurl_size(URLContext *h); URLContext 244 libavformat/url.h int ffurl_get_file_handle(URLContext *h); URLContext 251 libavformat/url.h int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles); URLContext 258 libavformat/url.h int ffurl_get_short_seek(URLContext *h); URLContext 270 libavformat/url.h int ffurl_shutdown(URLContext *h, int flags); URLContext 279 libavformat/url.h int ff_udp_set_remote_url(URLContext *h, const char *uri); URLContext 280 libavformat/url.h int ff_udp_get_local_port(URLContext *h);