Searched refs:hsh (Results 1 – 1 of 1) sorted by relevance
674 unsigned int hsh; in readCEN() local718 hsh = entries[i].hash % tablelen; in readCEN()721 int chain = table[hsh]; in readCEN()738 entries[i].next = table[hsh]; in readCEN()739 table[hsh] = i; in readCEN()1157 unsigned int hsh = hash(name); in ZIP_GetEntry() local1166 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry()1193 if (zc->hash == hsh) { in ZIP_GetEntry()1236 hsh = hash_append(hsh, '/'); in ZIP_GetEntry()1237 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry()