Lines Matching refs:URLContext
48 static av_cold int libsmbc_connect(URLContext *h)
81 static av_cold int libsmbc_close(URLContext *h)
95 static av_cold int libsmbc_open(URLContext *h, const char *url, int flags)
136 static int64_t libsmbc_seek(URLContext *h, int64_t pos, int whence)
158 static int libsmbc_read(URLContext *h, unsigned char *buf, int size)
172 static int libsmbc_write(URLContext *h, const unsigned char *buf, int size)
186 static int libsmbc_open_dir(URLContext *h)
207 static int libsmbc_read_dir(URLContext *h, AVIODirEntry **next)
279 static int libsmbc_close_dir(URLContext *h)
290 static int libsmbc_delete(URLContext *h)
331 static int libsmbc_move(URLContext *h_src, URLContext *h_dst)