Searched refs:computeHash (Results 1 – 2 of 2) sorted by relevance
217 static unsigned int computeHash(const char* str, int len);
362 hash = computeHash((const char*)ptr + kCDELen, fileNameLen); in parseZipArchive()382 /*static*/ unsigned int ZipFileRO::computeHash(const char* str, int len) in computeHash() function in ZipFileRO425 unsigned int hash = computeHash(fileName, nameLen); in findEntryByName()