Searched refs:ZipHashEntry (Results 1 – 2 of 2) sorted by relevance
35 typedef struct ZipHashEntry { struct39 } ZipHashEntry; argument72 ZipHashEntry* mHashTable;
218 pArchive->mHashTable = (ZipHashEntry*) in parseZipArchive()219 calloc(pArchive->mHashTableSize, sizeof(ZipHashEntry)); in parseZipArchive()