Lines Matching refs:URLContext
37 URLContext *uc; ///< node's URLContext
48 static av_cold int concat_close(URLContext *h)
64 static av_cold int concat_open(URLContext *h, const char *uri, int flags)
70 URLContext *uc;
101 /* creating URLContext */
134 static int concat_read(URLContext *h, unsigned char *buf, int size)
159 static int64_t concat_seek(URLContext *h, int64_t pos, int whence)
210 static av_cold int concatf_open(URLContext *h, const char *uri, int flags)
246 URLContext *uc;
269 /* creating URLContext */