HomeSort by relevance Sort by last modified time
    Searched defs:pEntries (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minzip/
Hash.h 65 HashEntry* pEntries; /* array on heap */
156 void* data = pIter->pHashTable->pEntries[i].data;
172 return pIter->pHashTable->pEntries[pIter->idx].data;
Zip.h 50 ZipEntry* pEntries;
102 return pArchive->pEntries + index;
112 return pEntry - pArchive->pEntries;

Completed in 62 milliseconds