Searched refs:fileentry_compare (Results 1 – 1 of 1) sorted by relevance
169 static int fileentry_compare(const void* a, const void* b) { in fileentry_compare() function272 qsort(temp_entries, entrycount, sizeof(ZipFileEntry), fileentry_compare); in ReadZip()