Home
last modified time | relevance | path

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

/reactos/dll/win32/cabinet/
H A Dfci.c118 struct list files_list; member
183 struct list files_list; member
287 list_add_tail( &fci->files_list, &file->entry ); in add_file()
409 list_init( &folder->files_list ); in add_folder()
422 LIST_FOR_EACH_ENTRY_SAFE( file, file_next, &folder->files_list, struct file, entry ) in free_folder()
564 LIST_FOR_EACH_ENTRY( file, &folder->files_list, struct file, entry ) in write_files()
845 LIST_FOR_EACH_ENTRY_SAFE( file, next, &fci->files_list, struct file, entry ) in add_files_to_folder()
872 list_add_tail( &folder->files_list, &file->entry ); in add_files_to_folder()
1059 list_init( &p_fci_internal->files_list ); in FCICreate()
1726 LIST_FOR_EACH_ENTRY_SAFE( file, file_next, &p_fci_internal->files_list, struct file, entry ) in FCIDestroy()