Searched defs:URLProtocol (Results 1 – 1 of 1) sorted by relevance
53 typedef struct URLProtocol { struct54 const char *name;55 int (*url_open)( URLContext *h, const char *url, int flags);61 int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);62 int (*url_accept)(URLContext *s, URLContext **c);63 int (*url_handshake)(URLContext *c);99 } URLProtocol; argument