Searched refs:file_next (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/cabinet/ |
H A D | fci.c | 419 struct file *file, *file_next; in free_folder() local 422 LIST_FOR_EACH_ENTRY_SAFE( file, file_next, &folder->files_list, struct file, entry ) in free_folder() 1712 struct file *file, *file_next; in FCIDestroy() local 1726 LIST_FOR_EACH_ENTRY_SAFE( file, file_next, &p_fci_internal->files_list, struct file, entry ) in FCIDestroy()
|