Searched refs:dir_types (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dscanner.h78 insert_file(char *name, const char *path, const char *parentID, int object, media_types dir_types);
H A Dscanner.c720 ScanDirectory(const char *dir, const char *parent, media_types dir_types) argument
736 switch( dir_types )
829 type = resolve_unknown_type(full_path, dir_types);
836 ScanDirectory(full_path, parent_id, dir_types);
841 if( insert_file(name, full_path, THISORNUL(parent), i+startID, dir_types) == 0 )
H A Dinotify.c445 media_types dir_types = ALL_MEDIA; local
484 dir_types = media_path->types;
508 type = resolve_unknown_type(path_buf, dir_types);

Completed in 36 milliseconds