Lines Matching refs:URLContext
111 static int file_read(URLContext *h, unsigned char *buf, int size)
124 static int file_write(URLContext *h, const unsigned char *buf, int size)
133 static int file_get_handle(URLContext *h)
139 static int file_check(URLContext *h, int mask)
170 static int file_delete(URLContext *h)
193 static int file_move(URLContext *h_src, URLContext *h_dst)
206 static int file_open(URLContext *h, const char *filename, int flags)
248 static int64_t file_seek(URLContext *h, int64_t pos, int whence)
264 static int file_close(URLContext *h)
271 static int file_open_dir(URLContext *h)
286 static int file_read_dir(URLContext *h, AVIODirEntry **next)
344 static int file_close_dir(URLContext *h)
378 static int pipe_open(URLContext *h, const char *filename, int flags)