Home
last modified time | relevance | path

Searched refs:AVIODirEntry (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davio.h87 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 Durl.c325 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 Durl.h94 int (*url_read_dir)(URLContext *h, AVIODirEntry **next);
329 AVIODirEntry *ff_alloc_dir_entry(void);
H A Dlibsmbclient.c207 static int libsmbc_read_dir(URLContext *h, AVIODirEntry **next) in libsmbc_read_dir()
210 AVIODirEntry *entry; in libsmbc_read_dir()
H A Dlibssh.c335 static int libssh_read_dir(URLContext *h, AVIODirEntry **next) in libssh_read_dir()
339 AVIODirEntry *entry; in libssh_read_dir()
H A Dftp.c977 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 Davio.c569 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 Dfile.c286 static int file_read_dir(URLContext *h, AVIODirEntry **next) in file_read_dir()
/third_party/ffmpeg/doc/examples/
H A Davio_list_dir.c59 AVIODirEntry *entry = NULL; in list_op()

Completed in 10 milliseconds