Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c106 const ZipEntry* entry1 = (const ZipEntry*) ventry1; in hashcmpZipEntry() local
109 if (entry1->fileNameLen != entry2->fileNameLen) in hashcmpZipEntry()
110 return entry1->fileNameLen - entry2->fileNameLen; in hashcmpZipEntry()
111 return memcmp(entry1->fileName, entry2->fileName, entry1->fileNameLen); in hashcmpZipEntry()