#include <url.h>
Definition at line 54 of file url.h.
Referenced by convert_from_tensorflow.Operand::__str__(), avio_enum_protocols(), avio_find_protocol_name(), ffurl_connect(), ffurl_get_protocols(), url_alloc_for_protocol(), and url_find_protocol().
Definition at line 55 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_whitelist() or ffurl_connect() for those nested protocols.
Definition at line 61 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 77 of file url.h.
Referenced by avio_enum_protocols(), and url_alloc_for_protocol().
Definition at line 78 of file url.h.
Referenced by avio_enum_protocols(), and url_alloc_for_protocol().
Definition at line 89 of file url.h.
Referenced by url_alloc_for_protocol().
Definition at line 90 of file url.h.
Referenced by url_alloc_for_protocol().
Definition at line 91 of file url.h.
Referenced by url_alloc_for_protocol(), and url_find_protocol().
Definition at line 97 of file url.h.
Referenced by ffurl_move().
Definition at line 98 of file url.h.
Referenced by ffurl_connect().