Home | History | Annotate | Download | only in minzip

Lines Matching refs:itemHash

148     unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen);
152 itemHash, pEntry, hashcmpZipEntry, true);
482 unsigned int itemHash = computeHash(entryName, strlen(entryName));
485 itemHash, (char*) entryName, hashcmpZipName, false);