#include <url.h>
Definition at line 53 of file url.h.
Referenced by avio_enum_protocols(), avio_find_protocol_name(), ffurl_connect(), url_alloc_for_protocol(), url_find_protocol(), and urlcontext_to_name().
Definition at line 54 of file url.h.
Referenced by ffurl_connect().
This callback is to be used by protocols which open further nested protocols.
options are then to be passed to ffurl_open()/ffurl_connect() for those nested protocols.
Definition at line 60 of file url.h.
Referenced by ffurl_connect().
Read data from the protocol.
If data is immediately available (even less than size), EOF is reached or an error occurs (including EINTR), return immediately. Otherwise: In non-blocking mode, return AVERROR(EAGAIN) immediately. In blocking mode, wait for data/EOF/error with a short timeout (0.1s), and return AVERROR(EAGAIN) on timeout. Checking interrupt_callback, looping on EINTR and EAGAIN and until enough data has been read is left to the calling function; see retry_transfer_wrapper in avio.c.
Definition at line 74 of file url.h.
Referenced by avio_enum_protocols(), ffurl_read(), ffurl_read_complete(), and url_alloc_for_protocol().
Definition at line 75 of file url.h.
Referenced by avio_enum_protocols(), ffurl_write(), and url_alloc_for_protocol().
Definition at line 76 of file url.h.
Referenced by ffurl_seek().
Definition at line 77 of file url.h.
Referenced by ffurl_closep().
Definition at line 78 of file url.h.
Referenced by ffurl_protocol_next(), and ffurl_register_protocol().
Definition at line 79 of file url.h.
Referenced by ffio_fdopen().
Definition at line 80 of file url.h.
Referenced by ffio_fdopen().
Definition at line 82 of file url.h.
Referenced by ffurl_get_file_handle(), and ffurl_get_multi_file_handle().
Definition at line 83 of file url.h.
Referenced by ffurl_get_multi_file_handle().
Definition at line 85 of file url.h.
Referenced by ffurl_shutdown().
Definition at line 86 of file url.h.
Referenced by ffurl_closep(), and url_alloc_for_protocol().
Definition at line 87 of file url.h.
Referenced by ffurl_closep(), hls_read_header(), url_alloc_for_protocol(), urlcontext_child_class_next(), and urlcontext_child_next().
Definition at line 88 of file url.h.
Referenced by ffurl_closep(), url_alloc_for_protocol(), and url_find_protocol().
Definition at line 89 of file url.h.
Referenced by avio_check().