|
|
void * | internal |
|
void(* | close )(dvd_reader_filesystem_h *fs) |
|
int(* | stat )(dvd_reader_filesystem_h *fs, const char *path, dvdstat_t *statbuf) |
|
void *(* | dir_open )(dvd_reader_filesystem_h *fs, const char *dirname) |
|
int(* | dir_read )(void *dir, dvd_dirent_t *entry) |
|
void(* | dir_close )(void *dir) |
|
void *(* | file_open )(dvd_reader_filesystem_h *fs, const char *filename) |
|
ssize_t(* | file_read )(void *file, char *buf, size_t size) |
|
off64_t(* | file_seek )(void *file, off64_t offset, int whence) |
|
int(* | file_close )(void *file) |
The documentation for this struct was generated from the following file: