Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsort.h27 struct priority_entry { struct
29 struct priority_entry *next; argument
36 extern struct priority_entry *priority_list[65536];
Dsort.c58 struct priority_entry *priority_list[65536];
68 struct priority_entry *new_priority_entry; in add_priority_list()
71 new_priority_entry = malloc(sizeof(struct priority_entry)); in add_priority_list()
341 struct priority_entry *entry; in sort_files_and_write()
Dmksquashfs.c2360 struct priority_entry *entry; in reader()