Searched refs:AVIODirEntry (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | avio.h | 87 typedef struct AVIODirEntry { struct 102 } AVIODirEntry; typedef 367 int avio_read_dir(AVIODirContext *s, AVIODirEntry **next); 385 void avio_free_directory_entry(AVIODirEntry **entry);
|
H A D | url.c | 325 AVIODirEntry *ff_alloc_dir_entry(void) in ff_alloc_dir_entry() 327 AVIODirEntry *entry = av_mallocz(sizeof(AVIODirEntry)); in ff_alloc_dir_entry()
|
H A D | url.h | 94 int (*url_read_dir)(URLContext *h, AVIODirEntry **next); 329 AVIODirEntry *ff_alloc_dir_entry(void);
|
H A D | libsmbclient.c | 207 static int libsmbc_read_dir(URLContext *h, AVIODirEntry **next) in libsmbc_read_dir() 210 AVIODirEntry *entry; in libsmbc_read_dir()
|
H A D | libssh.c | 335 static int libssh_read_dir(URLContext *h, AVIODirEntry **next) in libssh_read_dir() 339 AVIODirEntry *entry; in libssh_read_dir()
|
H A D | ftp.c | 977 static int ftp_parse_entry_nlst(char *line, AVIODirEntry *next) in ftp_parse_entry_nlst() 983 static int ftp_parse_entry_mlsd(char *mlsd, AVIODirEntry *next) in ftp_parse_entry_mlsd() 1023 static int ftp_parse_entry(URLContext *h, char *line, AVIODirEntry *next) in ftp_parse_entry() 1038 static int ftp_read_dir(URLContext *h, AVIODirEntry **next) in ftp_read_dir()
|
H A D | avio.c | 569 int avio_read_dir(AVIODirContext *s, AVIODirEntry **next) in avio_read_dir() 597 void avio_free_directory_entry(AVIODirEntry **entry) in avio_free_directory_entry()
|
H A D | file.c | 286 static int file_read_dir(URLContext *h, AVIODirEntry **next) in file_read_dir()
|
/third_party/ffmpeg/doc/examples/ |
H A D | avio_list_dir.c | 59 AVIODirEntry *entry = NULL; in list_op()
|
Completed in 8 milliseconds