Home
last modified time | relevance | path

Searched refs:AVIODirEntry (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
Davio.h86 typedef struct AVIODirEntry { struct
101 } AVIODirEntry; argument
419 int avio_read_dir(AVIODirContext *s, AVIODirEntry **next);
437 void avio_free_directory_entry(AVIODirEntry **entry);
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()
Durl.h95 int (*url_read_dir)(URLContext *h, AVIODirEntry **next);
330 AVIODirEntry *ff_alloc_dir_entry(void);
Dlibsmbclient.c207 static int libsmbc_read_dir(URLContext *h, AVIODirEntry **next) in libsmbc_read_dir()
210 AVIODirEntry *entry; in libsmbc_read_dir()
Dftp.c957 static int ftp_parse_entry_nlst(char *line, AVIODirEntry *next) in ftp_parse_entry_nlst()
963 static int ftp_parse_entry_mlsd(char *mlsd, AVIODirEntry *next) in ftp_parse_entry_mlsd()
1003 static int ftp_parse_entry(URLContext *h, char *line, AVIODirEntry *next) in ftp_parse_entry()
1018 static int ftp_read_dir(URLContext *h, AVIODirEntry **next) in ftp_read_dir()
Dlibssh.c335 static int libssh_read_dir(URLContext *h, AVIODirEntry **next) in libssh_read_dir()
339 AVIODirEntry *entry; in libssh_read_dir()
Davio.c572 int avio_read_dir(AVIODirContext *s, AVIODirEntry **next) in avio_read_dir()
600 void avio_free_directory_entry(AVIODirEntry **entry) in avio_free_directory_entry()
Dfile.c287 static int file_read_dir(URLContext *h, AVIODirEntry **next) in file_read_dir()
/third_party/ffmpeg/doc/examples/
Davio_list_dir.c59 AVIODirEntry *entry = NULL; in list_op()
/third_party/ffmpeg/doc/
DAPIchanges1064 Add AVIODirEntry, AVIODirContext structures.