Home
last modified time | relevance | path

Searched refs:nameLen (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minzip/
DZip.c123 unsigned int nameLen = strlen(name); in hashcmpZipName() local
125 if (entry->fileNameLen != nameLen) in hashcmpZipName()
126 return entry->fileNameLen - nameLen; in hashcmpZipName()
127 return memcmp(entry->fileName, name, nameLen); in hashcmpZipName()
136 static unsigned int computeHash(const char* name, int nameLen) in computeHash() argument
140 while (nameLen--) in computeHash()