Searched defs:URLProtocol (Results 1 – 1 of 1) sorted by relevance
54 typedef struct URLProtocol { struct55 const char *name;56 int (*url_open)( URLContext *h, const char *url, int flags);62 int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);63 int (*url_accept)(URLContext *s, URLContext **c);64 int (*url_handshake)(URLContext *c);100 } URLProtocol; argument