Data Fields | |
| const char * | name |
| int(* | url_open )(URLContext *h, const char *filename, int flags) |
| int(* | url_read )(URLContext *h, unsigned char *buf, int size) |
| int(* | url_write )(URLContext *h, unsigned char *buf, int size) |
| int64_t(* | url_seek )(URLContext *h, int64_t pos, int whence) |
| int(* | url_close )(URLContext *h) |
| struct URLProtocol * | next |
Definition at line 90 of file avio.c.
| const char* URLProtocol_compat::name |
struct URLProtocol* URLProtocol_compat::next [read] |
| int(* URLProtocol_compat::url_close)(URLContext *h) |
| int(* URLProtocol_compat::url_open)(URLContext *h, const char *filename, int flags) |
| int(* URLProtocol_compat::url_read)(URLContext *h, unsigned char *buf, int size) |
| int64_t(* URLProtocol_compat::url_seek)(URLContext *h, int64_t pos, int whence) |
| int(* URLProtocol_compat::url_write)(URLContext *h, unsigned char *buf, int size) |
1.5.8